From f513ee83c7bf20d4f629ba62e77733c7ab756976 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Tue, 3 May 2016 01:45:27 -0600 Subject: [PATCH] docs(samples): removed unused typings excludes from tsconfig --- public/docs/_examples/tsconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/docs/_examples/tsconfig.json b/public/docs/_examples/tsconfig.json index a9629486e6..302417ff3d 100644 --- a/public/docs/_examples/tsconfig.json +++ b/public/docs/_examples/tsconfig.json @@ -13,8 +13,6 @@ "exclude": [ "node_modules", "typings/main", - "typings/main.d.ts", - "typings/es6-collections/es6-collections.d.ts", - "typings/es6-promise/es6-promise.d.ts" + "typings/main.d.ts" ] }