Skip to content

Commit

Permalink
fixes VSCode auto importing (calcom#1358)
Browse files Browse the repository at this point in the history
automatic imports resolved to relative (".../../components") instead of respecting tsconfig path ("@components")
  • Loading branch information
jamiepine authored Dec 20, 2021
1 parent d95e26d commit c9a8bd3
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 @@ -5,5 +5,6 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.run": "onSave"
"eslint.run": "onSave",
"typescript.preferences.importModuleSpecifier": "non-relative"
}

0 comments on commit c9a8bd3

Please sign in to comment.