From 7640cfa2786ab1fc7d080d232c762f015dbc576d Mon Sep 17 00:00:00 2001 From: midfar Date: Fri, 10 Mar 2023 14:57:49 +0800 Subject: [PATCH] fix: warnings --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 08e7e33..6f9b7a0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,8 @@ "jsx": "preserve", "baseUrl": ".", "preserveValueImports": false, - "allowJs": false, + "allowJs": true, + "noEmit": true, "sourceMap": true, "esModuleInterop": true, "resolveJsonModule": true,