Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 457 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 457 Bytes

Typescript Template

A minimal TS project template.

How to Start

Install packages with your preferred package manager.

$ npm install
$ pnpm install
$ yarn install

If you use npm or yarn, you will have to update .husky/pre-commit.

   to your choice of package manager
   v
4  pnpm lint-staged

What's Inside

Typescript

  • @types/node
  • typescript
  • tsconfig-paths
  • tsx

Eslint

  • ts-standard
  • husky
  • lint-staged