1
0
mirror of https://github.com/NicolasConstant/sengi synced 2024-12-12 16:57:14 +01:00
Sengi-Windows-MacOS-Linux/e2e/tsconfig.e2e.json
2018-07-31 20:46:44 -04:00

15 lines
235 B
JSON

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