Skip to content
/ ts-starter Public template

my typescript starter with strict type checking and a reasonably recent compilation target (es2022)

License

Notifications You must be signed in to change notification settings

mulfdev/ts-starter

Repository files navigation

ts-starter

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.

Installation

To get started, you need to install the required dependencies:

npm install

Scripts

  • 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.

Dependencies

Development

  • TypeScript: ^5.8
  • tsx: ^4.19
  • @types/node: ^22

License

This project is licensed under the MIT license.

About

my typescript starter with strict type checking and a reasonably recent compilation target (es2022)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published