Fastify & Typescript: with the new Node.js flag --experimental-strip-types
Read the article in italian language
Since Node.js version v22.6.0, a new experimental flag has been introduced:
--experimental-strip-types
This flag allows us to run a .ts file directly with Node.js without needing external libraries or compiling t...
blog.manuelsalinardi.dev8 min read