Skip to content

Commit

Permalink
chore: tsc skip lib check
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyurus committed Jun 6, 2024
1 parent 8603e65 commit b9a618d
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 @@ -6,7 +6,8 @@
"rootDir": "src",
"strict": true,
"target": "ESNext",
"moduleResolution": "Bundler"
"moduleResolution": "Bundler",
"skipLibCheck": true
},
"include": ["./src/**/*"],
"ts-node": {
Expand Down

0 comments on commit b9a618d

Please sign in to comment.