sc-portal/app/e2e/tsconfig.e2e.json

13 lines
213 B
JSON
Raw Permalink Normal View History

2021-04-07 14:26:28 +03:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"module": "commonjs",
"target": "es5",
"types": [
"jasmine",
"jasminewd2",
"node"
]
}
}