mirror of
https://github.com/angular/angular-cli.git
synced 2025-06-02 11:16:09 +08:00
13 lines
307 B
JSON
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"
|
|
]
|
|
}
|
|
} |