From 737f8767bfb0b4d651b1f2a2d29868f07f7e9833 Mon Sep 17 00:00:00 2001 From: Kai Volland Date: Mon, 12 Apr 2021 16:34:58 +0200 Subject: [PATCH] Adds dist folder to exclude --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 4ea5aa413..3a02db0e0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,6 +23,7 @@ "node_modules", "build", "scripts", + "dist", "acceptance-tests", "webpack", "jest",