2020-01-15 08:47:33 +01:00
|
|
|
{
|
|
|
|
"compileOnSave": true,
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"lib": ["es2015","dom"],
|
|
|
|
"outDir": "",
|
|
|
|
"rootDir": "./",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"removeComments": false,
|
|
|
|
"moduleResolution": "node",
|
2020-01-21 17:50:44 +01:00
|
|
|
"noImplicitAny": false,
|
|
|
|
"sourceMap": true
|
2020-01-15 08:47:33 +01:00
|
|
|
},
|
|
|
|
"include" : [
|
|
|
|
"**/js/*",
|
|
|
|
"api/js/**/*",
|
|
|
|
"node_modules/@types/**/*",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"exclude": [
|
|
|
|
"node_modules"
|
|
|
|
]
|
|
|
|
}
|