-
Notifications
You must be signed in to change notification settings - Fork 845
Open
Labels
Description
Which template does this pertain to?
vite-react-template
What versions are you using?
^4.32.0 [Wrangler]
What operating system and version are you using?
Universal
Please provide a link to a minimal reproduction (optional)
No response
Describe the Bug
In this template's tsconfig.worker.json, the types
field should include "node"
in the array.
See docs regarding the type
config: https://www.typescriptlang.org/tsconfig/#types
Even more the case since node_js_compat
is enabled in wrangler.json and @types/node
installed as a dev dependency
Please provide any relevant error logs
No response