From fc5d9fd8106689110baef92157ee04185d96458a Mon Sep 17 00:00:00 2001 From: Kishore <42832651+kishore03109@users.noreply.github.com> Date: Fri, 30 Jun 2023 10:26:23 +0800 Subject: [PATCH] fix(tsconfig): ignore build files --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c8415484f..6a1c020c6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -41,5 +41,5 @@ "require": ["tsconfig-paths/register"], "transpileOnly": true }, - "exclude": ["node_modules", "dist"] + "exclude": ["node_modules", "dist", "build"] }