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