mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-23 02:40:14 +01:00
25 lines
484 B
JSON
25 lines
484 B
JSON
|
|
{
|
||
|
|
"compileOnSave": false,
|
||
|
|
"compilerOptions": {
|
||
|
|
"importHelpers": true,
|
||
|
|
"module": "es2020",
|
||
|
|
"outDir": "./dist/out-tsc",
|
||
|
|
"sourceMap": true,
|
||
|
|
"declaration": false,
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"emitDecoratorMetadata": true,
|
||
|
|
"experimentalDecorators": true,
|
||
|
|
"target": "es2015",
|
||
|
|
"typeRoots": [
|
||
|
|
"node_modules/@types"
|
||
|
|
],
|
||
|
|
"lib": [
|
||
|
|
"es2017",
|
||
|
|
"dom"
|
||
|
|
],
|
||
|
|
"plugins": [
|
||
|
|
{ "name": "tslint-language-service"}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|