Closed as not planned
Description
I tried vite-deno-svelte-ts template, it works (nice!), but the lsp get really confused,
svelte.config.js -> should be linted with deno lsp
vite.config.mts -> should be linted with tsserver ?
./src -> should be linted with svelte ? but also if I enable svelte there it gets confused because of the import syntax inside svelte.config.js
Is it the case of things currently , or are there ways to handle this ?