feat(react): add esModuleInterop in tsconfig.json
This commit is contained in:
parent
47cfd907b9
commit
0f8c999de7
@ -5,6 +5,7 @@
|
||||
"lib": ["ES2021", "DOM", "DOM.Iterable"],
|
||||
"module": "ESNext",
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
|
||||
/* Bundler mode */
|
||||
"moduleResolution": "bundler",
|
||||
|
Loading…
x
Reference in New Issue
Block a user