2018-11-27 09:06:26 +00:00
|
|
|
{
|
2018-11-30 13:26:03 +00:00
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": "./",
|
2019-06-26 13:12:03 +00:00
|
|
|
"downlevelIteration": true,
|
2018-11-30 13:26:03 +00:00
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
2019-06-26 13:12:03 +00:00
|
|
|
"module": "esnext",
|
2018-11-30 13:26:03 +00:00
|
|
|
"moduleResolution": "node",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"importHelpers": true,
|
2019-06-26 13:12:03 +00:00
|
|
|
"target": "es2015",
|
2018-11-30 13:26:03 +00:00
|
|
|
"typeRoots": ["node_modules/@types"],
|
2019-04-02 11:56:34 +00:00
|
|
|
"lib": ["es2018", "dom"],
|
2019-04-09 14:39:03 +00:00
|
|
|
"allowSyntheticDefaultImports": true,
|
2019-08-12 13:34:18 +00:00
|
|
|
"resolveJsonModule": true,
|
2020-03-20 09:23:04 +00:00
|
|
|
"noUnusedParameters": true,
|
|
|
|
"paths": {
|
|
|
|
"@dsh/components/*": ["src/components/*"]
|
|
|
|
}
|
2018-11-30 13:26:03 +00:00
|
|
|
}
|
2018-11-27 09:06:26 +00:00
|
|
|
}
|