Node.js 23.6 Now Runs TypeScript Natively
SMRTR summary
Node.js 23.6 now includes stable native TypeScript support, allowing developers to run .ts files without extra configuration. This highly requested feature enables direct execution of TypeScript code, with Node stripping type annotations and running the resulting JavaScript. However, some limitations apply, including no tsconfig.json support and exclusion of certain TypeScript constructs requiring code generation.
SMRTR provides this summary for quick context. The original article belongs to Daily.dev.
Read the original article