19 lines
422 B
JSON
19 lines
422 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"declaration": false,
|
|
"removeComments": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"target": "es2017",
|
|
"sourceMap": true,
|
|
"outDir": "./dist",
|
|
"baseUrl": "./src",
|
|
"incremental": true,
|
|
"skipLibCheck": true,
|
|
"strictPropertyInitialization": false
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|