mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2024-11-19 01:40:29 +01:00
1b86a8bc84
Eclair Implementation, Closing issue #224
27 lines
543 B
JSON
27 lines
543 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"importHelpers": true,
|
|
"outDir": "./angular",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"module": "esnext",
|
|
"target": "es5",
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
],
|
|
"lib": [
|
|
"es2018",
|
|
"dom"
|
|
]
|
|
},
|
|
"angularCompilerOptions": {
|
|
"fullTemplateTypeCheck": true,
|
|
"strictInjectionParameters": true,
|
|
"enableIvy": true
|
|
}
|
|
}
|