funky-framadate-front/e2e/tsconfig.json

10 lines
182 B
JSON
Raw Normal View History

{
2020-05-01 19:10:17 +02:00
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"target": "es2018",
2020-05-01 19:10:17 +02:00
"types": ["jasmine", "jasminewd2", "node"]
}
}