From fe1b31feea4c358b29dd7107f74f3989a4978015 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Tue, 30 Jan 2018 23:14:04 -0500 Subject: [PATCH] fixing build error --- frontend/tsconfig.app.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/frontend/tsconfig.app.json b/frontend/tsconfig.app.json index b894d63b..c3d0dedb 100644 --- a/frontend/tsconfig.app.json +++ b/frontend/tsconfig.app.json @@ -11,11 +11,6 @@ "**/*.spec.ts" ], "include": [ - "./**/*", - "./../node_modules/jw-bootstrap-switch-ng2/dist/index.ts", - "./../node_modules/jw-bootstrap-switch-ng2/dist/directive.ts", - "./../node_modules/ngx-clipboard/src/index.ts", - "./../node_modules/ngx-clipboard/src/clipboard.directive.ts", - "./../node_modules/ngx-clipboard/src/clipboard.service.ts" + "./**/*" ] }