Files
gnatdashboard/webui/tsconfig.json
Lespinasse 3dd4f19e80 WebUI : Migration from Angular2 to Angular8
Change-Id: I981e429a93ff7b0e16aae5b1a81a5d244404850a
2019-07-03 17:39:28 +02:00

43 lines
791 B
JSON

{
"compilerOptions": {
"target": "es2015",
"module": "esnext",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"noEmit": true,
"noEmitHelpers": true,
"strictNullChecks": false,
"lib": [
"dom",
"es6"
],
"typeRoots": [
"node_modules/@types"
],
"types": [
"hammerjs",
"jasmine",
"node",
"source-map",
"uglify-js",
"webpack"
]
},
"exclude": [
"node_modules",
"dist"
],
"awesomeTypescriptLoaderOptions": {
"forkChecker": true,
"useWebpackText": true
},
"compileOnSave": false,
"buildOnSave": false,
"atom": {
"rewriteTsconfig": false
}
}