I\'m running on a MacBook Air. I installed VS Code as an IDE and also have TypeScript installed.
I have a simple file with just this line:
import fs = req
"fs" is a core Node module and I think your import statement syntax is a little off. Try:
import * as fs from "fs";