# tsconfig > Generates tsconfig.json for TypeScript compilation configuration. Includes path aliases (@/ for src/), Jest types, and Vite client types. - Author: Ujjen Baniya - Repository: sayali-ingle-pdl/adusa-ai-vuejs-app-template - Version: 20260115152701 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/sayali-ingle-pdl/adusa-ai-vuejs-app-template - Web: https://mule.run/skillshub/@@sayali-ingle-pdl/adusa-ai-vuejs-app-template~tsconfig:20260115152701 --- --- name: tsconfig description: Generates tsconfig.json for TypeScript compilation configuration. Includes path aliases (@/ for src/), Jest types, and Vite client types. --- # 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