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
I found the solution:
import { writeFileSync, readFileSync } from 'fs';
it works now