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