fix: import for path now compiles correctly after TypeScript was added (#85)

* Fixing import for path after TypeScript was added

* Added esModuleInterop: true, fixed breaking imports after change
This commit is contained in:
Baldvin Th
2023-11-05 14:37:48 +00:00
committed by GitHub
parent 1948f1caa9
commit 02119d5a83
4 changed files with 9 additions and 8 deletions

View File

@@ -13,6 +13,7 @@
],
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"esModuleInterop": true,
"declaration": true
},
"include": [