什麼是 three-versions-types?
在發布類型聲明時使用。在處理版本衝突時使用。當庫有類型時使用。在管理 @types 包時使用。在調試類型不匹配時使用。 來源:marius-townhouse/effective-typescript-skills。
在發布類型聲明時使用。在處理版本衝突時使用。當庫有類型時使用。在管理 @types 包時使用。在調試類型不匹配時使用。
透過命令列快速安裝 three-versions-types AI 技能到你的開發環境
來源:marius-townhouse/effective-typescript-skills。
When working with TypeScript types, three versions must align: the version of the package you're using, the version of its type declarations (@types), and the version of TypeScript itself. Misalignment between these versions can cause confusing type errors even when the code works at runtime.
Understanding these three versions helps diagnose and prevent type compatibility issues.
Keep package, @types, and TypeScript versions compatible. Update them together to avoid mysterious type errors.
在發布類型聲明時使用。在處理版本衝突時使用。當庫有類型時使用。在管理 @types 包時使用。在調試類型不匹配時使用。 來源:marius-townhouse/effective-typescript-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill three-versions-typesBrowse more skills from marius-townhouse/effective-typescript-skills
在發布類型聲明時使用。在處理版本衝突時使用。當庫有類型時使用。在管理 @types 包時使用。在調試類型不匹配時使用。 來源:marius-townhouse/effective-typescript-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill three-versions-types 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/marius-townhouse/effective-typescript-skills