Type checking

Updated Jul 27, 2026

Type checking runs via tsgo and the shared tsconfig.typecheck.json project:

  • make typecheck
  • bun run check:types

tsgo 7.0.0-dev.20260128.1 supports --build, --watch, --pretty, --preserveWatchOutput, and --project; the dev and build scripts rely on those flags.