Skip to content

TypeScript Support

Ivo Yankulovski edited this page Jul 12, 2020 · 7 revisions

Install node @types by command:

npm install @types/node -g

npm install @types/node --save-dev

Link to NPM

Link to GitHUb

Another way is to copy-paste the global updated directory of @types/node into repo node_modules/@types.

Clone this wiki locally