Use CommonJS tsconfig for testing

This commit is contained in:
Dolan Miu
2021-09-30 15:27:19 +01:00
parent 0df72996b5
commit f602a097d2
2 changed files with 8 additions and 1 deletions

7
tsconfig.spec.json Normal file
View File

@ -0,0 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"target": "es6"
}
}