From 62ecd3cf26dfa633253cace0db106e89b9945dd3 Mon Sep 17 00:00:00 2001 From: marvinscharle Date: Tue, 24 May 2016 22:25:00 +0200 Subject: [PATCH] Changed tsconfig.json to match tsconfig schema --- tsconfig.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 69720d0..c02a367 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,9 +12,6 @@ "listFiles": false, "noLib": false }, - "exclude": [ - "node_modules" - ], "files": [ "./typings/browser.d.ts", "./ng2-file-upload.ts"