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
IMO it doesnt look as duplicate of that issue even I use <!-- svelte-ignore module-script-reactive-declaration --> probably there is a way to somehow pass in sveltekit compiler-warnings now?
On latest sveltekit Im starting to get following warnings on every import I have inside module scripts.
for this
How I can disable this warning at all as for me it seems really strange to have module level scripts and zero ability to import anything there?
PS: For svelte-check Im using
svelte-check --tsconfig ./tsconfig.json --compiler-warnings 'module-script-reactive-declaration:ignore'
The text was updated successfully, but these errors were encountered: