From 4b80a0340ddbe47a76a1f2ae47da2183305ee4a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarda=20Kot=C4=9B=C5=A1ovec?= Date: Wed, 22 May 2024 14:08:59 +0200 Subject: [PATCH] =?UTF-8?q?pkp/pkp-lib#9972=20Explicitely=20define=20folde?= =?UTF-8?q?rs=20with=20javascript=20to=20improv=E2=80=A6=20(#4279)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsconfig.json b/jsconfig.json index bf4d74b7cb1..697975b85f1 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -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"] }