Volver al marketplace
Espacio de trabajo · 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.

Qué hay dentro

Extensiones

Configuración

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

Disposición de carpeta inicial

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