aiber-martin/e2e/tsconfig.json
Martin Donnelly a4b8625d0f init
2020-12-17 16:23:12 +00:00

14 lines
214 B
JSON

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