angular4-testing/project-manager/tsconfig.json

17 lines
309 B
JSON
Raw Permalink Normal View History

2017-02-24 22:54:59 +01:00
{
"compileOnSave": false,
2017-02-24 22:54:59 +01:00
"compilerOptions": {
"outDir": "./dist/out-tsc",
"sourceMap": true,
2017-02-24 22:54:59 +01:00
"declaration": false,
"moduleResolution": "node",
2017-02-24 22:54:59 +01:00
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"lib": [
"es2016",
"dom"
2017-02-24 22:54:59 +01:00
]
}
}