You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): add missing oxlint dep and ambient type reference
The TS build failed because private.ts imports from @rnx-kit/oxlint-config/*
which ships no type declarations — add a triple-slash reference so the
existing types.d.ts is always in scope. Also add oxlint as a devDependency
to every package that has an oxlint.config.ts but was missing it, which
caused the depcheck task to fail.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments