Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
Skip lib check in TypeScript compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Mar 26, 2022
1 parent cd1ccc7 commit acf4ef2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"incremental": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"resolveJsonModule": true
"resolveJsonModule": true,
"skipLibCheck": true
},
"include": ["src/**/*", "test/**/*"]
}

0 comments on commit acf4ef2

Please sign in to comment.