⚡
ts
  • About
  • Tooling
  • Conventions
  • Install
  • Configuration Files
  • Running Scripts
  • Advanced
Powered by GitBook
On this page

Tooling

PreviousAboutNextConventions

Last updated 1 year ago

ts uses these incredible tools under the the hood to keep your project running smoothly:

  • Transpilation with .

  • Unit testing with .

  • Linting with .

  • Version and change log management with either:

    • for manual releasing locally.

    • for automated releasing from CI.

  • Easily check for newer versions of dependencies with .

  • Package script management with .

It is recommended that you have at least a working knowledge of these tools before installing ts.

Vite
Vitest
ESLint
standard-version
semantic-release
npm-check-updates
nr