1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-06-02 11:16:09 +08:00
2018-06-05 18:50:06 -07:00

13 lines
307 B
JSON

{
"extends": "<%= appDir.split('/').map(x => '..').join('/') %>/tsconfig.json",
"compilerOptions": {
"outDir": "<%= appDir.split('/').map(x => '..').join('/') %>/out-tsc/app",
"module": "commonjs",
"target": "es5",
"types": [
"jasmine",
"jasminewd2",
"node"
]
}
}