diff options
author | HampusM <hampus@hampusmat.com> | 2021-07-06 21:30:23 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-07-06 21:30:23 +0200 |
commit | 7e645f4411bc0b04b909e4534a3c4baaca456629 (patch) | |
tree | 49067124278c5347c72a9f7c831b44f56c3c951b /tsconfig.json | |
parent | 79e9323e92437a3ae564a2bb6ebffe4bc2b21bb3 (diff) |
Added tests
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..42d4f57 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,5 @@ +{ + "compilerOptions": { + "esModuleInterop": true + } +}
\ No newline at end of file |