From c79a301388d0a0fa41b1c114000a6c17aa5bbec4 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Tue, 9 May 2017 14:01:34 +0300 Subject: [PATCH] chore(packaging): include vendor and polyfills in exported files --- tsconfig.aot.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.aot.json b/tsconfig.aot.json index 3c1ade01..d2285384 100644 --- a/tsconfig.aot.json +++ b/tsconfig.aot.json @@ -24,6 +24,8 @@ }, "files": [ "custom.d.ts", + ".tmp/lib/vendor.ts", + ".tmp/lib/polyfills.ts", ".tmp/lib/redoc.module.ts" ], "exclude": [