fix: add esModuleInterop so that the default imports issue goes away
This commit is contained in:
parent
b73ef9153f
commit
2cedd68e69
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
"target": "ES2022",
|
||||
"lib": ["ES2021", "DOM"],
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
"experimentalDecorators": true,
|
||||
"resolveJsonModule": true,
|
||||
"downlevelIteration": true,
|
||||
|
|
Loading…
Reference in a new issue