Skip to content

Commit

Permalink
Prefer relative imports in VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
gberaudo committed Nov 22, 2024
1 parent 166c40b commit ad87fb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
},
"lit-plugin.strict": true,
"javascript.preferGoToSourceDefinition": true,
"typescript.preferGoToSourceDefinition": true
"typescript.preferGoToSourceDefinition": true,
"typescript.preferences.importModuleSpecifier": "relative"
}

0 comments on commit ad87fb2

Please sign in to comment.