Fix some issues with TS compiler

This commit is contained in:
Florent
2021-02-13 17:40:22 +01:00
committed by Florent F
parent 40fe0eeb2d
commit 748113ddb0
7 changed files with 29 additions and 12 deletions

6
tests/tsconfig.json Normal file
View File

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