From 37f93f97d661590c01e6b4e380b5d52294c4a5f2 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 11 Jan 2018 22:17:46 -0500 Subject: [PATCH] exclude safariextension from tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 46acb612e3..ce567d071a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,6 +18,7 @@ "node_modules", "dist", "build", + "build.safariextension", "coverage", "store", "src/edge"