Description
Running svelte-check in docker gives docker-absolute paths, e.g. /app/src/lib/routes/+page.svelte. This makes the beautiful clickable links not clickable, because the path does not exist on my machine.
Proposed solution
Add an option to emit relative paths instead.
Alternatives
No response
Additional Information, eg. Screenshots
No response