From 56a8e03c81452d3adec8a89d8332044b9571dd54 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sun, 16 Jul 2023 01:20:33 +0800 Subject: [PATCH] chore: fix install problem skipLibCheck --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 758cb90430e..399f7bcab68 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "isolatedModules": true, "strict": true, "pretty": true, + "skipLibCheck": true, "importsNotUsedAsValues": "error", "experimentalDecorators": true, }