From d761d23394f105be9835daadc649aed644db67d5 Mon Sep 17 00:00:00 2001 From: Hendra Gunawan <48410066+JadlionHD@users.noreply.github.com> Date: Wed, 18 Sep 2024 00:04:34 +0700 Subject: [PATCH] fix: tsconfig.app throwing error --- tsconfig.app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index 44117e0..21be36b 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -25,5 +25,6 @@ "@/*": ["./src/*"] } }, - "include": ["src"] + "include": ["src"], + "exclude": ["src/components/ui"] }