From bbd6d5895df3fce164452727276e266144ed4e20 Mon Sep 17 00:00:00 2001 From: y1j2x34 Date: Fri, 5 Jan 2024 23:24:46 +0800 Subject: [PATCH] chore: skipLibCheck --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 97c3278..96180f6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,6 +23,7 @@ "forceConsistentCasingInFileNames": true, "esModuleInterop": true, "experimentalDecorators": true, + "skipLibCheck": true, "typeRoots": [ "node_modules/@types", "src/types"