Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
chore(vscode): specific paths should be defined first
Browse files Browse the repository at this point in the history
  • Loading branch information
sebas5384 committed Sep 5, 2019
1 parent 94082ef commit 964f656
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": ["src/*"],
"~source/*": ["src/*"],
"~client/*": ["src/client/*"],
"~server/*": ["src/server/*"],
"~styleguide/*": ["src/client/styleguide/*"],
"~drupal/*": ["src/client/modules/drupal/*"]
"~drupal/*": ["src/client/modules/drupal/*"],
"~client/*": ["src/client/*"],
"~source/*": ["src/*"]
}
}
}

0 comments on commit 964f656

Please sign in to comment.