Agent skill

tsconfig

Generates tsconfig.json for TypeScript compilation configuration. Includes path aliases (@/ for src/), Jest types, and Vite client types.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/tsconfig

SKILL.md

TypeScript Config Skill

Purpose

Generate the tsconfig.json file for TypeScript compilation configuration.

Output

Create the file: tsconfig.json

Template

See: examples.md in this directory for complete template and detailed examples.

Notes

  • The paths configuration enables @/ alias for the src/ directory
  • Jest types are included for testing support
  • Vite client types are included for import.meta.env support
  • Experimental decorators are enabled for Vue class components

Didn't find tool you were looking for?

Be as detailed as possible for better results