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" ] }