Back to marketplace
Workspace · Coding

Agent-first TypeScript

Opinionated TypeScript setup for building with agents alongside you. Bun as the runtime, strict TS config, the Cowork projects sidebar pre-pinned, and the Claude Code + Codex extensions pre-installed. Lint and typecheck on save so the model sees the same errors you do.

What's inside

Extensions

Settings

{
  "editor.formatOnSave": true,
  "typescript.tsserver.experimental.enableProjectDiagnostics": true
}

Starter folder layout

  • · src/
  • · tests/
  • · README.md