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.
22 lines
325 B
JSON
22 lines
325 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/spec",
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"baseUrl": "",
|
|
"types": [
|
|
"jasmine",
|
|
"node"
|
|
]
|
|
},
|
|
"files": [
|
|
"test.ts"
|
|
],
|
|
"include": [
|
|
"testing/**/*.ts",
|
|
"**/*.spec.ts",
|
|
"**/*.d.ts"
|
|
]
|
|
}
|