feat(react): add esModuleInterop in tsconfig.json

This commit is contained in:
p-sw 2024-06-14 23:26:18 +09:00
parent 47cfd907b9
commit 0f8c999de7

View File

@ -5,6 +5,7 @@
"lib": ["ES2021", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
"esModuleInterop": true,
/* Bundler mode */
"moduleResolution": "bundler",