Imported skill tsconfig from vercel
Scanned 9/11/2026
Install to Claude Code
npx -y skills add bitwikiorg/skills.md --skill tsconfig --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Tsconfig?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bitwikiorg-tsconfig)More formats (shields.io, HTML) on the badges page.
---
description: Imported skill tsconfig from vercel
name: tsconfig
signature: ce81825a50de5c869d040ae5f399cc7e76f758e884cd8ce38605138e25625d5f
source: /a0/tmp/skills_research/vercel/packages/react-best-practices-build/tsconfig.json
---
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"lib": ["ES2022"],
"moduleResolution": "node",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!