Node.js rolls out experimental TypeScript support
Node.js introduces `--experimental-strip-types` flag to run TypeScript files directly without transpiling, speeding up development. This sounds great but it currently leads to compatibility issues and lack of TypeScript features. The community is discussing concerns and potential solutions for the future.