I saw a lot of people installing @types/node
in their dev dependencies.
However, if you open an empty folder in VSCode, and create an empty js file, and then you type:
const fs = require('fs'); // <= hover it and type shows!
Why is this happening? Does VSCode automatically have it installed?