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"]