better universal LSP setup

This commit is contained in:
waltem01 2023-06-18 18:25:00 +02:00
parent fb11d96757
commit 380e7191ed

View File

@ -9,7 +9,12 @@
"skipLibCheck": true, "skipLibCheck": true,
"sourceMap": true, "sourceMap": true,
"strict": true, "strict": true,
"moduleResolution": "bundler" "moduleResolution": "bundler",
"plugins": [{
"name": "typescript-svelte-plugin",
"assumeIsSvelteProject": false,
"enabled": true
}]
} }
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
// //