angular/projects/shell-chrome/e2e/tsconfig.json

10 lines
202 B
JSON
Raw Normal View History

2020-01-27 18:40:18 +00:00
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"outDir": "../../../out-tsc/e2e",
"module": "commonjs",
"target": "es5",
"types": ["jasmine", "jasminewd2", "node"]
2020-01-27 18:40:18 +00:00
}
}