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
  • Loading branch information
jardakotesovec authored May 22, 2024
1 parent dfea39b commit 4b80a03
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", "js/controllers/**/*.js", "js/load.js"]
}

0 comments on commit 4b80a03

Please sign in to comment.