interactive-mining/interactive-mining-angular-.../tsconfig.json

23 lines
469 B
JSON
Raw Permalink Normal View History

2018-02-28 12:41:06 +01:00
{
"compileOnSave": false,
"compilerOptions": {
2021-06-14 15:07:10 +02:00
"downlevelIteration": true,
"importHelpers": true,
2018-02-28 12:41:06 +01:00
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
2021-06-14 15:07:10 +02:00
"target": "es2015",
2018-02-28 12:41:06 +01:00
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
],
2021-06-14 15:29:53 +02:00
"module": "es2020",
"baseUrl": "./"
2018-02-28 12:41:06 +01:00
}
}