mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This is a follow-up to 487a0e1. The changes are based on [this wiki entry][1].
[1]: https://github.com/angular/angular-cli/wiki/stories-1.0-update.
14 lines
229 B
JSON
14 lines
229 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app",
|
|
"module": "es2015",
|
|
"baseUrl": "",
|
|
"types": []
|
|
},
|
|
"exclude": [
|
|
"testing/**/*",
|
|
"test.ts",
|
|
"**/*.spec.ts"
|
|
]
|
|
}
|