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:
Run
npm i -D @types/node
#or
bun i -D @types/node
and restart VS Code (or reload the window)
Related posts about tools: