From 284579b9351f46a8a050d8b2526273a667f319bd Mon Sep 17 00:00:00 2001 From: xuyanfeng Date: Sat, 3 Apr 2021 15:24:09 +0800 Subject: [PATCH] config --- source/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/source/tsconfig.json b/source/tsconfig.json index 8c93ef5..42aa823 100644 --- a/source/tsconfig.json +++ b/source/tsconfig.json @@ -8,6 +8,7 @@ "moduleResolution": "node", "experimentalDecorators": true, "skipLibCheck": true, + "allowJs": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "sourceMap": true,