Oddbean new post about | logout
 You can literally make a simple TypeScript app with one file. No node_modules or config files needed. And Web APIs like WebSocket work right out of the box. 
 I personally love it when 40k node modules I'll never need or use aren't auto added to gitignore and add themselves to my commit. Amazing.