Skip to content

Commit

Permalink
pkp/pkp-lib#9972 Add jsconfig to guide VS Code what files to parse an…
Browse files Browse the repository at this point in the history
…d how to resolve paths
  • Loading branch information
jardakotesovec committed May 22, 2024
1 parent e3ceb51 commit 3af670c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["lib/ui-library/src/*"]
}
},
"include": [
"lib/ui-library/src/**/*",
"lib/pkp/js/**/*.js",
"js/controllers/**/*.js",
"js/load.js"
]
}

0 comments on commit 3af670c

Please sign in to comment.