From f41d9d8d922bb71ca28901d352bdf526c1db74d6 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Fri, 21 May 2021 13:16:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Exclude=20`app`=20from=20TS=20bu?= =?UTF-8?q?ild?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 83ac5d4..4c75c72 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,5 +14,5 @@ "baseUrl": "./", "incremental": true }, - "exclude": ["node_modules", "dist", "example-app"] + "exclude": ["node_modules", "dist", "app"] }