Skip to content

Commit

Permalink
chore: fix wierd issue
Browse files Browse the repository at this point in the history
Where @types/ws errored with some wierd @types/node version issue. This only happens in some local installations, and not on CI.
  • Loading branch information
nytamin committed Jun 10, 2024
1 parent 33f11a5 commit c8042e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"node",
"jest"
],
"skipLibCheck": true,
"strict": true,
"alwaysStrict": false,
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit c8042e8

Please sign in to comment.