Hello i\'m facing this issue here: Typescript Node.js simplest setup doesn't work -- error TS2307: Cannot find module 'fs'
And i\'ve tried also that sol
Are you running this in Node?
Why not import fs from fs?
import fs from fs
Also try require and see what's up
require