From fb4dad827229f73f7dfb38106b477297b000f0be Mon Sep 17 00:00:00 2001 From: Vasil Trifonov Date: Mon, 9 Jul 2018 14:58:42 +0300 Subject: [PATCH] ignore transition-definitions.android.d.ts from typedoc (#6038) --- tsconfig.typedoc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.typedoc.json b/tsconfig.typedoc.json index 14ef50445..eecbdb994 100644 --- a/tsconfig.typedoc.json +++ b/tsconfig.typedoc.json @@ -17,6 +17,7 @@ ], "exclude": [ "tns-core-modules/references.d.ts", - "tns-core-modules/node_modules" + "tns-core-modules/node_modules", + "tns-core-modules/ui/frame/transition-definitions.android.d.ts" ] }