deco-typescript-fixes

Installation
SKILL.md

Deco TypeScript Fixes

This skill provides strategies for systematically fixing TypeScript errors in deco.cx storefronts. It's especially useful after:

  • Migrating from forked apps to official deco-cx/apps
  • Updating @deco/deco or @deco/dev versions
  • Adding stricter TypeScript settings

When to Use This Skill

  • User asks to "fix all type errors" or "make deno check pass"
  • After a migration that introduces many TypeScript errors
  • When enabling stricter type checking in a deco project

Critical: Use Fast Type Checker

Standard deno check takes 30-60+ seconds. With 200+ errors, iterating is painful.

Always use the fast TSGo checker (Deno 2.1+, ideally 2.6+):

Installs
4
Repository
decocms/blocks
GitHub Stars
5
First Seen
Mar 11, 2026
deco-typescript-fixes — decocms/blocks