Skip to content

Commit b1c4340

Browse files
committed
exclude files from api ref build
1 parent 9ba7fca commit b1c4340

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

Diff for: nativescript-angular/tsconfig.typedoc.json

+18-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,23 @@
3939
"./index.ts",
4040
"./bin",
4141
"./index.d.ts",
42-
"./testing"
42+
"./testing",
43+
"./animations/index.ts",
44+
"./animations/utils.ts",
45+
"./app-host-view.ts",
46+
"./common/utils.ts",
47+
"./dom-adapter.ts",
48+
"./file-system",
49+
"./forms/index.ts",
50+
"./forms/value-accessors/index.ts",
51+
"./lang-facade.ts",
52+
"./polyfills",
53+
"./router/private-imports",
54+
"./schema-registry.ts",
55+
"./http-client/index.ts",
56+
"./http/index.ts",
57+
"./router/index.ts",
58+
""
59+
4360
]
4461
}

0 commit comments

Comments
 (0)