16 lines
398 B
JSON
16 lines
398 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2017",
|
||
|
"module": "CommonJS",
|
||
|
"moduleResolution": "Node",
|
||
|
"declaration": false,
|
||
|
"noImplicitAny": false,
|
||
|
"removeComments": true,
|
||
|
"strictNullChecks": true,
|
||
|
"noImplicitReturns": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true
|
||
|
},
|
||
|
"include": ["**/*.ts"]
|
||
|
}
|