When running pnpm run lint it seems typescript errors are not found in .svelte files. Check this out.
I found this while working on #448 and the small refactoring of the image type of the yearly events.
This is shown in my nvim editor when opening the commit c1a994f

But running pnpm run lint or pnpm exec tsc both do not show any output.
When running
pnpm run lintit seems typescript errors are not found in.sveltefiles. Check this out.I found this while working on #448 and the small refactoring of the image type of the yearly events.
This is shown in my

nvimeditor when opening the commit c1a994fBut running
pnpm run lintorpnpm exec tscboth do not show any output.