From 58bce7fef6da9f66fc6f6ee992b349df64023f38 Mon Sep 17 00:00:00 2001 From: Majid Kuhail Date: Mon, 27 Oct 2025 10:31:34 +0000 Subject: [PATCH] fix: remove demo app from build --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 4104e35..1900a5e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,6 @@ "jsx": "react" }, "include": ["src/**/*"], - "exclude": ["node_modules", "dist", "**/*.test.ts"] + "exclude": ["node_modules", "dist", "demo", "**/*.test.ts"] }