2019-07-02 08:11:23 -04:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": "./",
|
2023-12-06 16:25:50 -05:00
|
|
|
"outDir": "./out-tsc/app",
|
|
|
|
"resolveJsonModule": true,
|
2019-07-02 08:11:23 -04:00
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
|
|
|
"downlevelIteration": true,
|
|
|
|
"module": "esnext",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"importHelpers": true,
|
|
|
|
"target": "es2015",
|
|
|
|
"typeRoots": [
|
|
|
|
"node_modules/@types"
|
|
|
|
],
|
|
|
|
"lib": [
|
|
|
|
"es2018",
|
|
|
|
"dom"
|
2023-12-06 16:25:50 -05:00
|
|
|
],
|
|
|
|
"include": [
|
|
|
|
"src/**/*.ts"
|
|
|
|
],
|
|
|
|
"exclude": [
|
|
|
|
"src/test.ts",
|
|
|
|
"src/**/*.spec.ts"
|
2019-07-02 08:11:23 -04:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|