From 7907ba9533333ba0b0b12fd0e1d7d72f95930fcd Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Tue, 28 May 2019 17:46:24 -0400 Subject: [PATCH] Update typescript config to work on macOS. Basically just add a bunch of dirs to the exclude array. --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 85dc8e5..b01b6ec 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,9 @@ } }, "exclude" : [ - "./app" + "./app", + "./cli", + "./node_modules", + "./dist" ] } \ No newline at end of file