Use skip lib checks

This commit is contained in:
garronej 2023-05-29 17:11:20 +02:00
parent 26c1b5c3d5
commit f4fd6cf3c3

View file

@ -16,7 +16,8 @@
"strict": true, "strict": true,
"downlevelIteration": true, "downlevelIteration": true,
"jsx": "react-jsx", "jsx": "react-jsx",
"noFallthroughCasesInSwitch": true "noFallthroughCasesInSwitch": true,
"skipLibCheck": true
}, },
"include": ["src"], "include": ["src"],
"exclude": ["src/**/*.deno.ts", "src/**/*.deno.tsx"] "exclude": ["src/**/*.deno.ts", "src/**/*.deno.tsx"]