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
I am using Svelte+Sapper+TypeScript, the language server always checks svelte files inside src/node_module/internal, is there a way to exclude this directory completely?
I tried to add excludes to tsconfig.json file, but no chance.