From 485b7d1ace7ec4b0a4b28c926b696096b356a585 Mon Sep 17 00:00:00 2001 From: Adam A Date: Tue, 25 Jun 2024 16:11:47 +0300 Subject: [PATCH] chore: root pnpm check now only typechecks core --- tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 9661b2a80b..81db397773 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,7 @@ { + "include": [ + "./src" + ], "exclude": [ ".ubik", "*.dist.*",