We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfea39b commit 4b80a03Copy full SHA for 4b80a03
jsconfig.json
@@ -2,8 +2,8 @@
2
"compilerOptions": {
3
"baseUrl": ".",
4
"paths": {
5
- "@/components/*": ["lib/ui-library/src/components/*"]
+ "@/*": ["lib/ui-library/src/*"]
6
}
7
},
8
- "exclude": ["node_modules"]
+ "include": ["lib/ui-library/src/**/*", "lib/pkp/js/**/*.js", "js/controllers/**/*.js", "js/load.js"]
9
0 commit comments