From f0f06db5c84633d836085ec230df4027b02977e8 Mon Sep 17 00:00:00 2001 From: joyqi Date: Thu, 8 Dec 2022 14:32:57 +0800 Subject: [PATCH] fix test --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 9e8e1a0..eaee848 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,7 @@ "removeComments": true, "declarationDir": "lib/types", "strict": true, + "allowSyntheticDefaultImports": true, "skipLibCheck": true }, "exclude": ["node_modules", "**/*.spec.ts", "lib"]