Skip to Content
πŸ“– Guide DocumentsπŸ“¦ SetupOverview

Setup

One toolchain, several surfaces. Each page here wires ttsc into one of them, and each is individually complete: its own install line, its own config, its own verification.

The common base

Every surface starts from the same two packages:

npm install -D ttsc typescript

ttsc reads the tsconfig.json you already have, and npx ttsc builds where npx tsc did. Each page below adds its own package on top of this base.

Pick your surface

New to ttsc? Start from the Introduction, which covers the install, the first run, and the flagship features.

Last updated on