8 lines
141 B
JSON
8 lines
141 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"module": "CommonJS",
|
||
|
"declaration": false,
|
||
|
"outDir": "./dist/cjs"
|
||
|
}
|
||
|
}
|