Typescript Typecheck

Use when setting up or running TypeScript type-checking as a standalone quality gate — writing or tightening a strict tsconfig.json, adding a `tsc --noEmit` (or `tsc -b --noEmit`) check that runs separately from the build, wiring that check into CI, or configuring TypeScript project references for a multi-package (pnpm/Turborepo) monorepo. Covers why a dedicated type-check gate is mandatory (bundlers and transpilers strip types without checking them), the strict compiler-option set worth enabling beyond `strict: true`, the Vite split-config layout, and cross-package type resolution via composite project references. TypeScript 5.x.

bm629 85539f4 6 files · 37.4 KB Updated

File contents

bm629/agent-skills/tree/main/skills/typescript-typecheck commit 85539f4ca9

Frequently asked questions

npx skillmds@latest add bm629/typescript-typecheck