From 73a69895d8c53d8d02e5911ff09c1482b2eea625 Mon Sep 17 00:00:00 2001 From: vsavkin Date: Wed, 20 Jul 2016 11:44:07 -0700 Subject: [PATCH] cleanup(router): removes unnecessary files from tsconfig --- modules/@angular/router/tsconfig.json | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/modules/@angular/router/tsconfig.json b/modules/@angular/router/tsconfig.json index e9c83d00e0..0ab29fc932 100644 --- a/modules/@angular/router/tsconfig.json +++ b/modules/@angular/router/tsconfig.json @@ -23,25 +23,6 @@ "files": [ "index.ts", "testing.ts", - "src/router.ts", - "src/apply_redirects.ts", - "src/recognize.ts", - "src/resolve.ts", - "src/create_router_state.ts", - "src/router.ts", - "src/config.ts", - "src/router_outlet_map.ts", - "src/router_state.ts", - "src/shared.ts", - "src/url_tree.ts", - "src/common_router_providers.ts", - "src/router_providers.ts", - "src/create_url_tree.ts", - "src/directives/router_outlet.ts", - "src/directives/router_link.ts", - "src/interfaces.ts", - "src/utils/tree.ts", - "src/utils/collection.ts", "test/url_tree.spec.ts", "test/utils/tree.spec.ts", "test/url_serializer.spec.ts",