svelte-type-checker-vscode
svelte-type-checker-vscode copied to clipboard
Cannot find module
I configured my project to resolve .svelte files automatically, so importing components looks like:
import ObjectView from "../components/ObjectView";
Each of these imports generates a Cannot find module xxx error.
Is there a way to configure svelte-type-checker-vscode to support that?