mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Use skip lib checks
This commit is contained in:
parent
26c1b5c3d5
commit
f4fd6cf3c3
1 changed files with 2 additions and 1 deletions
|
|
@ -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"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue