From 71434a1b522bc7b0a3087bbe7582cba25a2add7d Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 15 Oct 2023 04:27:14 +0800 Subject: [PATCH] type(kkt): modify ts config. --- core/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/core/tsconfig.json b/core/tsconfig.json index 643b654b..297cee5f 100644 --- a/core/tsconfig.json +++ b/core/tsconfig.json @@ -5,6 +5,7 @@ "strict": true, "declaration": true, "esModuleInterop": true, + "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "moduleResolution": "node16", "skipLibCheck": true,