From 9b1b3b29c0e36036821a98e630c538ceaa8ed0fd Mon Sep 17 00:00:00 2001 From: Chang Wei Date: Thu, 8 Dec 2022 16:09:55 +0800 Subject: [PATCH] update @pingcap-inc/tidb-community-site-components: update tsconfig.json, set "esModuleInterop": true, --- packages/site-components/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/site-components/tsconfig.json b/packages/site-components/tsconfig.json index 3a6724b2..91d83187 100644 --- a/packages/site-components/tsconfig.json +++ b/packages/site-components/tsconfig.json @@ -10,6 +10,7 @@ "moduleResolution": "node", "forceConsistentCasingInFileNames": true, "jsx": "react", + "esModuleInterop": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true, }