Tooling
ts uses these incredible tools under the the hood to keep your project running smoothly:
Transpilation with Vite.
Unit testing with Vitest.
Linting with ESLint.
Version and change log management with either:
standard-versionfor manual releasing locally.semantic-releasefor automated releasing from CI.
Easily check for newer versions of dependencies with
npm-check-updates.Package script management with
nr.
It is recommended that you have at least a working knowledge of these tools before installing ts.
Last updated