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
- Host: GitHub
- URL: https://github.com/ilanfrumer/nodejs-typescript-example
- Owner: IlanFrumer
- Created: 2024-08-16T09:16:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T09:33:58.000Z (almost 2 years ago)
- Last Synced: 2024-12-31T17:53:20.355Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```