From b5aca3563d29871755a3174bd98a6f6aad947893 Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Fri, 15 Nov 2024 09:16:18 -0800 Subject: [PATCH] Include .js/.ts in module specifiers in the VS Code workspace Fixes https://github.com/microsoft/TypeScript/issues/60451 --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 29f501a1de834..3e87335673f06 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -76,6 +76,7 @@ "npm.exclude": "**/extensions/**", "emmet.excludeLanguages": [], "typescript.preferences.importModuleSpecifier": "relative", + "typescript.preferences.importModuleSpecifierEnding": "js", "typescript.preferences.quoteStyle": "single", "json.schemas": [ {