aqua-viewer/e2e/tsconfig.json
samnyan a113b7d8d6 @angular/cli migration - solution-style-tsconfig
Add "Solution Style" TypeScript configuration file support. This improves developer experience using editors powered by TypeScript’s language server. Read more about this here: https://v10.angular.io/guide/migration-solution-style-tsconfig
2020-07-18 23:53:34 +09:00

14 lines
219 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"target": "es5",
"types": [
"jasmine",
"jasminewd2",
"node"
]
}
}