Browse Source

Adds setting for project relative auto-imports

Co-authored-by: Eric Amodio <eamodio@users.noreply.github.com>
main
Keith Daulton 2 years ago
parent
commit
1d696902f4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .vscode/settings.json

+ 1
- 0
.vscode/settings.json View File

@ -46,5 +46,6 @@
"search.exclude": {
"**/dist": true
},
"typescript.preferences.importModuleSpecifier": "project-relative",
"typescript.tsdk": "node_modules\\typescript\\lib"
}

Loading…
Cancel
Save