fix/ e2e tests

This commit is contained in:
Maxime GRIS
2020-02-09 13:03:31 +01:00
parent a304034e08
commit 395d2dafa3
3 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "es2015",
"module": "commonjs",
"types": [
"mocha"
]