Skip to content

Commit 19a1034

Browse files
authored
chore: update typedoc options to specify output JSON file (#57)
1 parent 7659384 commit 19a1034

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,11 @@
3838
"exclude": ["node_modules/**"],
3939
"typedocOptions": {
4040
"entryPoints": ["src/index.ts"],
41-
"out": "dist/docs",
41+
"json": "dist/docs/igniteui-grid-lite.json",
4242
"exclude": "**/*+(.test|-fixture|-styles).ts",
4343
"excludePrivate": true,
4444
"excludeProtected": true,
4545
"excludeExternals": true,
4646
"excludeNotDocumented": true,
47-
"disableSources": true
4847
}
4948
}

0 commit comments

Comments
 (0)