chore: enable svelte TS plugin

This commit is contained in:
Kim, Jimin 2025-03-21 12:36:00 +09:00
parent d494aacd80
commit c17aa9dafa
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -64,6 +64,7 @@
],
// TS/JS
"svelte.enable-ts-plugin": true,
"typescript.tsdk": "node_modules/typescript/lib",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"