The docs say: https://nodejs.org/en/learn/typescript/run-natively#:~:text=Future%20versions%20of%20Node.js%20will%20include%20support%20for%20TypeScript%20without%20the%20need%20for%20a%20command%20line%20flag.
Future versions of Node.js will include support for TypeScript without the need for a command line flag.
This is attached to the section about --experimental-transform-types.
I had thought this was never going to happen and didn't remember talking about that turning on one day, as people seem very satisfied with type stripping / erasableSyntaxOnly.
Is this line a mistake after previous doc updates for the strip type flag being turned on?