From ca0ab4b3b03435220fe0255aa236d4590aea86d0 Mon Sep 17 00:00:00 2001 From: Fred Kleuver Date: Mon, 16 Apr 2018 15:24:25 +0200 Subject: [PATCH] fix(tsconfig.template.json): fix incorrect files glob --- lib/resources/content/tsconfig.template.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/resources/content/tsconfig.template.json b/lib/resources/content/tsconfig.template.json index 7b7c07aee..5bf7ab1e3 100644 --- a/lib/resources/content/tsconfig.template.json +++ b/lib/resources/content/tsconfig.template.json @@ -31,11 +31,7 @@ ] // @endif }, - "exclude": [ - "node_modules", - "aurelia_project" - ], - "filesGlob": [ + "include": [ "./src/**/*.ts", "./test/**/*.ts", "./custom_typings/**/*.d.ts"