fix: add esModuleInterop so that the default imports issue goes away

This commit is contained in:
Tom French 2022-08-24 21:09:45 +01:00
parent b73ef9153f
commit 2cedd68e69

View file

@ -3,6 +3,7 @@
"target": "ES2022",
"lib": ["ES2021", "DOM"],
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"resolveJsonModule": true,
"downlevelIteration": true,