1
0
mirror of https://github.com/AlexKrunch/AnonIB-3D.git synced 2024-09-28 23:21:11 -04:00
AnonIB-3D/src_angular/e2e/tsconfig.e2e.json
2019-08-17 10:21:07 +02:00

13 lines
213 B
JSON

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