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.
12 lines
193 B
JSON
12 lines
193 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/e2e",
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"types":[
|
|
"jasmine",
|
|
"node"
|
|
]
|
|
}
|
|
}
|