Skip to content

ninthsun91/ts-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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