Skip to content

Commit

Permalink
Include .js/.ts in module specifiers in the VS Code workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanCavanaugh authored Nov 15, 2024
1 parent ab41c45 commit b5aca35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"npm.exclude": "**/extensions/**",
"emmet.excludeLanguages": [],
"typescript.preferences.importModuleSpecifier": "relative",
"typescript.preferences.importModuleSpecifierEnding": "js",
"typescript.preferences.quoteStyle": "single",
"json.schemas": [
{
Expand Down

0 comments on commit b5aca35

Please sign in to comment.