Importing nodejs `fs` with typescript when executing with ts-node? Importing nodejs `fs` with typescript when executing with ts-node? typescript typescript

Importing nodejs `fs` with typescript when executing with ts-node?


You need to run:

$ npm install @types/node --save-dev

If you need additional information you can refer to the NodeJS QuickStart in the TypeScript Deep Dive by Basarat.