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:
@@ -13,6 +13,7 @@
|
||||
],
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"declaration": true
|
||||
},
|
||||
"include": [
|
||||
|
||||
Reference in New Issue
Block a user