An open API service indexing awesome lists of open source software.

https://github.com/ilanfrumer/nodejs-typescript-example

Node.js native typescript support
https://github.com/ilanfrumer/nodejs-typescript-example

Last synced: 3 months ago
JSON representation

Node.js native typescript support

Awesome Lists containing this project

README

          

# nodejs-typescript-example

This repo demonstrates how to use Node.js & TypeScript with the new --experimental-strip-types flag.
Please read [Node v22.6.0 relase notes](https://nodejs.org/en/blog/release/v22.6.0) for more information.

A minimum version of Node.js v22.6.0 is required to run this feature.
To get the latest Node.js version you can use [Fast Node Manager (fnm)](https://github.com/Schniz/fnm)

## Development

```bash
pnpm install
pnpm dev
```