18 lines
438 B
JSON
18 lines
438 B
JSON
![]() |
{
|
||
|
"extends": "../../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"declaration": true,
|
||
|
"removeComments": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"target": "ES2020",
|
||
|
"sourceMap": true,
|
||
|
"outDir": "./dist",
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"incremental": true,
|
||
|
// "skipLibCheck": true,
|
||
|
},
|
||
|
}
|