2
0
mirror of https://github.com/Ride-The-Lightning/RTL synced 2024-11-09 13:10:44 +00:00
RTL/tsconfig.json
Shahana Farooqui e10c709f68 Issue fix for font import and QR code
Issue fix for font import and QR code
2019-08-21 22:59:50 -04:00

26 lines
520 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
}
}