Voltar ao marketplace
Espaço de trabalho · 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.

O que há dentro

Extensões

Configurações

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

Layout de pasta inicial

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