There was an error while loading. Please reload this page.
1 parent 7659384 commit 19a1034Copy full SHA for 19a1034
1 file changed
tsconfig.json
@@ -38,12 +38,11 @@
38
"exclude": ["node_modules/**"],
39
"typedocOptions": {
40
"entryPoints": ["src/index.ts"],
41
- "out": "dist/docs",
+ "json": "dist/docs/igniteui-grid-lite.json",
42
"exclude": "**/*+(.test|-fixture|-styles).ts",
43
"excludePrivate": true,
44
"excludeProtected": true,
45
"excludeExternals": true,
46
"excludeNotDocumented": true,
47
- "disableSources": true
48
}
49
0 commit comments