From 0f8c999de7d3cefccbc635444c6254b6040900b9 Mon Sep 17 00:00:00 2001 From: p-sw Date: Fri, 14 Jun 2024 23:26:18 +0900 Subject: [PATCH] feat(react): add esModuleInterop in tsconfig.json --- packages/react/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react/tsconfig.json b/packages/react/tsconfig.json index 2f201c8..83e4b0b 100644 --- a/packages/react/tsconfig.json +++ b/packages/react/tsconfig.json @@ -5,6 +5,7 @@ "lib": ["ES2021", "DOM", "DOM.Iterable"], "module": "ESNext", "skipLibCheck": true, + "esModuleInterop": true, /* Bundler mode */ "moduleResolution": "bundler",