Skip to content

Commit 4b80a03

Browse files
pkp/pkp-lib#9972 Explicitely define folders with javascript to improv… (#4279)
1 parent dfea39b commit 4b80a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"compilerOptions": {
33
"baseUrl": ".",
44
"paths": {
5-
"@/components/*": ["lib/ui-library/src/components/*"]
5+
"@/*": ["lib/ui-library/src/*"]
66
}
77
},
8-
"exclude": ["node_modules"]
8+
"include": ["lib/ui-library/src/**/*", "lib/pkp/js/**/*.js", "js/controllers/**/*.js", "js/load.js"]
99
}

0 commit comments

Comments
 (0)