1
0
mirror of https://github.com/malumantovanelli/econocart.git synced 2024-07-07 18:00:13 +00:00
econocart/tsconfig.ng-cli.json
2017-05-07 00:52:00 -03:00

21 lines
457 B
JSON

{
"compileOnSave": false,
"compilerOptions": {
"outDir": "./dist/out-tsc",
"baseUrl": "src",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2016",
"dom"
]
}
}