Local MCP Server
在Termux中运行本地MCP服务器,支持Ollama模型的文件读取与命令执行。
下载 312
一键生成适用于 React、Node.js 等场景的 TypeScript 配置文件。
openclaw skills install @sunshine-del-ux/typescript-config-generator命令、参数、文件名以原文为准
生成专业的 TypeScript 配置文件,适用于各种项目场景。
| 预设 | 说明 | 适用场景 |
|---|---|---|
| strict | 严格模式 | 生产项目 |
| node | Node.js | 后端服务 |
| react | React | 前端应用 |
| 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已收录 2 个 Skill