23 lines
588 B
JSON
23 lines
588 B
JSON
{
|
|
"compilerOptions": {
|
|
"incremental": true,
|
|
"baseUrl": "src",
|
|
"outDir": "dist",
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"strictNullChecks": false,
|
|
"importHelpers": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"noImplicitAny": false,
|
|
"downlevelIteration": true,
|
|
"allowUnreachableCode": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"lib": []
|
|
}
|
|
}
|