From e72aaca12d4db003508affcf4b9d2116f14ad36c Mon Sep 17 00:00:00 2001 From: Nikolay Tsonev Date: Wed, 17 Jul 2019 15:57:32 +0300 Subject: [PATCH] fixing docs build (#7538) (#7539) --- tsconfig.typedoc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.typedoc.json b/tsconfig.typedoc.json index eecbdb994..25a6b624e 100644 --- a/tsconfig.typedoc.json +++ b/tsconfig.typedoc.json @@ -18,6 +18,7 @@ "exclude": [ "tns-core-modules/references.d.ts", "tns-core-modules/node_modules", - "tns-core-modules/ui/frame/transition-definitions.android.d.ts" + "tns-core-modules/ui/frame/transition-definitions.android.d.ts", + "tns-core-modules/platforms/*" ] }