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

Commit

Permalink
skip lib check
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Sep 13, 2024
1 parent 30bb927 commit fa9db38
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 @@ -5,7 +5,8 @@
"outDir": "dist",
"lib": ["ESNext", "ESNext.Disposable"],
"moduleResolution": "NodeNext",
"declaration": true
"declaration": true,
"skipLibCheck": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit fa9db38

Please sign in to comment.