From 1181c26a0559397153be1c24f592e9f6bedef4be Mon Sep 17 00:00:00 2001 From: Vixalie Date: Thu, 26 Mar 2026 15:04:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0TypeScript=E5=92=8CJa?= =?UTF-8?q?vaScript=E6=A8=A1=E5=9D=97=E5=AF=BC=E5=85=A5=E5=81=8F=E5=A5=BD?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2f86c50..2f0baf1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,5 @@ { - "svelte.enable-ts-plugin": true -} + "svelte.enable-ts-plugin": true, + "typescript.preferences.importModuleSpecifier": "non-relative", + "javascript.preferences.importModuleSpecifier": "non-relative" +} \ No newline at end of file