18 lines
393 B
JSON
18 lines
393 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"
|
|
]
|
|
}
|