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
bcolloran
changed the title
Make sure we're type checking non-svelte files in CI
Make sure we're type checking non-svelte files in CI (TSC checks)
Feb 20, 2024
I just realized that the
--no-tsconfig
option to svelte-check means we're not type checking any of our plain.ts
files :'( Need to rectify that.UPDATES
LATEST STATUS (2024-01-09)
running
npx tsc --noEmit | grep "error TS" | sed -n 's/.*\(error TS[0-9]*:\).*/\1/p' | sort | uniq -c | sort -nr
shows that we have the following number of each TS error code:
and
npx tsc --noEmit
shows that we have the following number of errors per file:The text was updated successfully, but these errors were encountered: