Is it possible to define a special mapping that enables PhpStorm (or other WebStorm based IDEs) to have the ability to find files located in SvelteKit's special $lib
directory alias?
For example, in PhpStorm, I'm importing global styles like so:
<script context="module">
import '$lib/global-styles.scss';
</script>
However, the IDE unfortunately displays "Cannot find declaration to go to" when attempting to navigate to that particular file: