Skip to content
FLAVIO COPES
flaviocopes.com
2026

Fix error in tsconfig.json “cannot find type definition file for node”

~~~

Run

npm i -D @types/node

#or

bun i -D @types/node

and restart VS Code (or reload the window)

~~~

Related posts about tools: