Vite preprocess can handle $lib aliases inside component styles.I would like to use
<style lang="scss"> @import '$lib/styles/mixins'; ...</styles>
which works as expected.
But VSCode with Svelte extension doesn't handle these import and show annoying lint error
Error: Can't find stylesheet to import.
Is there any way to fix it or mute error?