From 4cc750e1ec63690ad2a1340dd5929494e06a1a9a Mon Sep 17 00:00:00 2001 From: softsimon Date: Fri, 3 Mar 2023 14:58:25 +0900 Subject: [PATCH] Default relative paths in VsCode --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 06578f8f1..692791184 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { "editor.tabSize": 2, + "typescript.preferences.importModuleSpecifier": "relative", "typescript.tsdk": "./backend/node_modules/typescript/lib" } \ No newline at end of file