This package serves as a TypeScript starter kit. It includes strict type checking and a reasonably recent compilation target (es2020). It is intended to be used with Node.js at LTS version 18.x.
To get started, you need to install the required dependencies:
npm install- build: Compile the TypeScript files to JavaScript using
tsc. - start: Build and then run the application.
- dev: Watch for changes in your TypeScript files and rebuild using
tsx watch ./src/main.ts.
- TypeScript:
^5.8 - tsx:
^4.19 - @types/node:
^22
This project is licensed under the MIT license.