Include .js/.ts in module specifiers in the VS Code workspace

Fixes https://github.com/microsoft/TypeScript/issues/60451
pull/233928/head
Ryan Cavanaugh 2024-11-15 09:16:18 -08:00 committed by GitHub
parent ab41c45561
commit b5aca3563d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@
"npm.exclude": "**/extensions/**",
"emmet.excludeLanguages": [],
"typescript.preferences.importModuleSpecifier": "relative",
"typescript.preferences.importModuleSpecifierEnding": "js",
"typescript.preferences.quoteStyle": "single",
"json.schemas": [
{