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