From f4fd6cf3c36d0db3115b05941b06f9c06342c7d3 Mon Sep 17 00:00:00 2001 From: garronej Date: Mon, 29 May 2023 17:11:20 +0200 Subject: [PATCH] Use skip lib checks --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c4fbc8c..5751bb2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,8 @@ "strict": true, "downlevelIteration": true, "jsx": "react-jsx", - "noFallthroughCasesInSwitch": true + "noFallthroughCasesInSwitch": true, + "skipLibCheck": true }, "include": ["src"], "exclude": ["src/**/*.deno.ts", "src/**/*.deno.tsx"]