Skip to content

Commit

Permalink
typescript skip libcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisns authored and mergify[bot] committed Jan 4, 2022
1 parent 2c3d2ad commit 6994a9a
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 @@ -7,7 +7,8 @@
"esModuleInterop": true,
"declaration": true,
"resolveJsonModule": true,
"outDir": "./dist"
"outDir": "./dist",
"skipLibCheck": true
},
"include": [
"src"
Expand Down

0 comments on commit 6994a9a

Please sign in to comment.