svelte-type-checker-vscode icon indicating copy to clipboard operation
svelte-type-checker-vscode copied to clipboard

Cannot find module

Open hbbio opened this issue 5 years ago • 0 comments

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?

hbbio avatar May 24 '20 13:05 hbbio