diff options
Diffstat (limited to 'test/tsconfig.json')
-rw-r--r-- | test/tsconfig.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/tsconfig.json b/test/tsconfig.json new file mode 100644 index 0000000..a397e7d --- /dev/null +++ b/test/tsconfig.json @@ -0,0 +1,6 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "module": "CommonJS", + } +}
\ No newline at end of file |