21 lines
537 B
JSON
21 lines
537 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"noImplicitAny": false,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitReturns": true,
|
|
"stripInternal": true,
|
|
"strictNullChecks": true,
|
|
"moduleResolution": "node",
|
|
"outDir": "dist",
|
|
"newLine": "LF"
|
|
}, "include": [
|
|
"src",
|
|
"test"
|
|
]
|
|
} |