Minimal repro for https://github.com/sveltejs/language-tools/issues/2952.
svelte-check reports a noImplicitAny error on the value parameter in src/App.svelte line 24 when running with --tsgo:
Parameter 'value' implicitly has an 'any' type.npm run check:baseline (without --tsgo) should not report the error.