2
0
mirror of https://github.com/Ride-The-Lightning/RTL synced 2024-11-03 23:15:24 +00:00
RTL/tsconfig.json

21 lines
385 B
JSON
Raw Normal View History

{
"compileOnSave": false,
"compilerOptions": {
"importHelpers": true,
"outDir": "./angular",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
]
}
}