DEV Community

Discussion on: Step-by-step to turn your fresh node project to use typescript

Collapse
 
hacker4world profile image
hacker4world

You should also install @types/node if you are going to use nodejs built in packages because node does not come with type declarations by default

Collapse
 
teerasej profile image
Teerasej Jiraphatchandej

Thank you for your suggestion, content updated!