From e1d2c1101fc546e19a7264aba0bdccfcb765316d Mon Sep 17 00:00:00 2001 From: Andrew Watkins Date: Sat, 24 Feb 2018 12:08:02 -0700 Subject: [PATCH] Update tsconfig exclude --- ui/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/tsconfig.json b/ui/tsconfig.json index e61f93bf91..0ff3be3258 100644 --- a/ui/tsconfig.json +++ b/ui/tsconfig.json @@ -26,6 +26,6 @@ "sourceMap": true, "baseUrl": "./", "rootDir": "src", - "exclude": ["./assets/*", "./build/*", "./node_modules/*"] - } + }, + "exclude": ["./assets/*", "./build/*", "./node_modules/*"] }