mulfdev / propdate-media-archive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ts-starter

Version: 1.0.0

Author: mulf

Description

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.1.6
  • tsx: ^3.12.7
  • @types/node: 18.17

License

This project is licensed under the MIT license.

About

License:MIT License


Languages

Language:TypeScript 100.0%