Fastify & Typescript: with the new Node.js flag --experimental-strip-types
How to launch Fastify server in TypeScript without compiling, thanks to new native TypeScript support in Node.js.
Oct 1, 20248 min read258

Search for a command to run...
Articles tagged with #nodejs
How to launch Fastify server in TypeScript without compiling, thanks to new native TypeScript support in Node.js.

In this article we will see how to automatically type Fastify routes via the JSON schema, using the Type-Provider: TypeBox. click here to read the article in italian language Pre-requirements Node.js v20.13.1 What are Type-Providers? Documentation:...
