From 549b93fe921ffd524b98b4c8b995140617fda3aa Mon Sep 17 00:00:00 2001 From: Hunter <273676636@qq.com> Date: Sun, 26 Jun 2022 12:27:05 +0800 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index ac640f5..9e36027 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "useDefineForClassFields": true, "module": "esnext", "moduleResolution": "node", - "strict": true, + "strict": false, "jsx": "preserve", "sourceMap": true, "resolveJsonModule": true,