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
pathsconfiguration enables@/alias for thesrc/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