Fix compilation for tests

This commit is contained in:
Florent
2021-02-14 16:30:23 +01:00
committed by Florent F
parent 8a6eb338ef
commit 43e93671dd
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"module": "commonjs"
"module": "commonjs",
"esModuleInterop": true
}
}