From 0e931a092e5a058c9abc45f40def2c851acfc31b Mon Sep 17 00:00:00 2001 From: Lawrence Ephrim Date: Mon, 19 Feb 2024 09:32:03 +0000 Subject: [PATCH] fix: remove sample-apps from tsc build --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 5a8a634..39c3a93 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -45,6 +45,6 @@ ] }, "exclude": [ - "src/cli" + "src/cli", "tests/sample-apps" ] }