From aaabed38a0767bdb7b1d710d2c29bc9954da6d81 Mon Sep 17 00:00:00 2001 From: Klara Simickova <49452678+regexowl@users.noreply.github.com> Date: Fri, 28 Mar 2025 09:00:28 +0100 Subject: [PATCH] Revert "tsconfig: Exclude `/pkg` folder during build" This reverts commit 18f6bc74dee22e4ac24923a36d5098eb16a7a049. --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index b55605a9..a285dfdf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,6 +24,5 @@ "./src/test/mocks/*" ] } - }, - "exclude": ["./pkg"], + } }