Skip to content

Commit

Permalink
pkp/pkp-lib#9972 Explicitely define folders with javascript to improv…
Browse files Browse the repository at this point in the history
…e VS code performance
  • Loading branch information
jardakotesovec committed May 21, 2024
1 parent 9c4638e commit 2668f23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/components/*": ["lib/ui-library/src/components/*"]
"@/*": ["lib/ui-library/src/*"]
}
},
"exclude": ["node_modules"]
"include": ["lib/ui-library/src/**/*", "lib/pkp/js/**/*.js"]
}

0 comments on commit 2668f23

Please sign in to comment.