diff --git a/tsconfig.json b/tsconfig.json index b7d6556..f3fbc90 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,8 +9,11 @@ "noLib": false, "emitDecoratorMetadata": true }, + "filesGlob": [ + "src/**/*.ts" + ], "files": [ - "src/**/*.ts", + "src/app.ts", "typings/angular2/angular2.d.ts" ] }