10000 fixing docs build (#7538) (#7539) · NativeScript/NativeScript@e72aaca · GitHub
[go: up one dir, main page]

Skip to content

Commit e72aaca

Browse files
authored
fixing docs build (#7538) (#7539)
1 parent 14527e0 commit e72aaca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.typedoc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"exclude": [
1919
"tns-core-modules/references.d.ts",
2020
"tns-core-modules/node_modules",
21-
"tns-core-modules/ui/frame/transition-definitions.android.d.ts"
21+
"tns-core-modules/ui/frame/transition-definitions.android.d.ts",
22+
"tns-core-modules/platforms/*"
2223
]
2324
}

0 commit comments

Comments
 (0)
0