typescript-config-generator

生成专业的 TypeScript 配置,支持严格模式、React、Node.js、Webpack 等多种场景,一键生成最佳实践配置。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "typescript-config-generator" with this command: npx skills add sunshine-del-ux/typescript-config-generator

TypeScript Config Generator

生成专业的 TypeScript 配置文件,适用于各种项目场景。

功能

  • ⚡ 一键生成配置
  • 🎯 多种场景预设
  • 🔧 严格类型检查
  • 📝 完整注释

预设

预设说明适用场景
strict严格模式生产项目
nodeNode.js后端服务
reactReact前端应用
minimal最小配置快速原型
library类库npm 包

使用方法

基本用法

# 严格模式
typescript-config-generator --preset strict

# Node.js 项目
typescript-config-generator --preset node

# React 项目
typescript-config-generator --preset react

选项

选项说明
--preset, -p预设类型
--output, -o输出文件
--target编译目标

严格模式配置

{
  "compilerOptions": {
    "strict": true,
    "noImplicitAny": true,
    "strictNullChecks": true,
    "noUnusedLocals": true,
    "noUnusedParameters": true
  }
}

安装

npm install -g typescript
tsc --init

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Uuid Generator

Generate UUIDs in versions v1, v4, and v5 with options for count, namespace, name, and output format.

Registry SourceRecently Updated
771Profile unavailable
Coding

Env Config Manager

Manage environment configs with loading, switching, encryption, key rotation, validation, and team-safe secret sharing for .env, YAML, and JSON files.

Registry SourceRecently Updated
860Profile unavailable
Coding

Config Sync — 16 AI Tools, 1 Source

Sync AI coding assistant config files from a single source. Generates CLAUDE.md, AGENTS.md, GEMINI.md, .cursor/rules/, .github/copilot-instructions.md, .wind...

Registry SourceRecently Updated
1080Profile unavailable
Coding

Rau — 前端全栈AI时代工程心智

Rau — 顶级前端工程师虚拟心智模型。 融合 Guillermo Rauch(Vercel CEO / Next.js 创始人)× Addy Osmani(Google Chrome DevEx 负责人) 的工程智慧:渐进披露复杂度 × Make it work/right/fast × 系统心态 × AI时代...

Registry SourceRecently Updated
910Profile unavailable