mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-12-26 03:51:45 +00:00
better universal LSP setup
This commit is contained in:
parent
fb11d96757
commit
380e7191ed
@ -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
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user