From 2520516d4dd8a72398e8afd8b07add86517773ab Mon Sep 17 00:00:00 2001 From: Nikolay Tsonev Date: Wed, 17 Jul 2019 15:41:56 +0300 Subject: [PATCH] fixing docs build (#7538) --- 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/*" ] }