tuto_angular/angular-tour-of-heroes/e2e/tsconfig.json

14 lines
214 B
JSON
Raw Normal View History

2019-10-25 13:36:01 +00:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"target": "es5",
"types": [
"jasmine",
"jasminewd2",
"node"
]
}
}