From c17aa9dafa5c066e61e2a4b346455beb6c7d990a Mon Sep 17 00:00:00 2001 From: pompydev Date: Fri, 21 Mar 2025 12:36:00 +0900 Subject: [PATCH] chore: enable svelte TS plugin --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2182c22..f71b0dc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -64,6 +64,7 @@ ], // TS/JS + "svelte.enable-ts-plugin": true, "typescript.tsdk": "node_modules/typescript/lib", "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode"