From 1db6e45494f26206f01adb2d23ecffcefe2d51a7 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 25 Nov 2015 16:52:25 -0500 Subject: [PATCH] chore(tsconfig): excluding ionic to quiet typescript errors --- tsconfig.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 210c988b79..05eae2f076 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,5 +15,9 @@ "!./tmp/**" ], "compileOnSave" : false, - "buildOnSave": false + "buildOnSave": false, + "exclude": [ + "node_modules", + "ionic" + ] }