ngx-admin/tsconfig.json

24 lines
452 B
JSON
Raw Normal View History

2016-04-20 16:32:12 +03:00
{
"compileOnSave": false,
2016-04-20 16:32:12 +03:00
"compilerOptions": {
"outDir": "./dist/out-tsc",
"baseUrl": "src",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
2016-04-20 16:32:12 +03:00
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2016",
"dom"
],
"plugins": [
{ "name": "tslint-language-service"}
]
2017-01-27 12:02:08 +03:00
}
2016-04-20 16:32:12 +03:00
}