Skip to content

Commit

Permalink
fix: Override @types/node to prevent conflict with workers-types
Browse files Browse the repository at this point in the history
This is a workaround for cloudflare/workerd#1298
  • Loading branch information
jahands committed Jun 19, 2024
1 parent 02b9bae commit 3ad7945
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 28 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,10 @@
"node": ">=18"
},
"author": "",
"license": "Apache-2.0"
"license": "Apache-2.0",
"pnpm": {
"overrides": {
"@types/node": "18.15.3"
}
}
}
45 changes: 18 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3ad7945

Please sign in to comment.