Typecheck Troubleshooting
The CLI typechecks the current project before importing a flow when it can find:
typescripttsconfig.json- a local
@twelvehart/orcatspackage dependency
If setup is missing, the standalone binary can skip the typecheck guard and warn:
orcats: missing project typecheck setup; skipping typecheck.For typed authoring, install the project dependencies:
npm i @twelvehart/orcatsnpm i -D typescriptUse --no-typecheck only when you intentionally want to skip the preflight.