Skip to content

Commit cf7daed

Browse files
authored
Merge pull request #7 from dontcryme/modify-react-nodegui
modify tsconfig.json file
2 parents a1cb91f + 7aa854a commit cf7daed

37 files changed

+4
-11071
lines changed

tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"include": ["./src/**/*"],
1414
"exclude": ["dist"],
1515
"typedocOptions": {
16-
"mode": "file",
16+
"entryPoints": ["./src"],
1717
"out": "./website/docs/api",
1818
"plugin": ["typedoc-plugin-markdown"],
1919
"exclude": [
@@ -25,12 +25,12 @@
2525
"index.ts"
2626
],
2727
"excludeExternals": true,
28-
"excludeNotExported": true,
28+
"excludeNotDocumented": true,
2929
"excludePrivate": true,
3030
"excludeProtected": true,
31-
"includeDeclarations": true,
31+
"includeVersion": true,
3232
"hideBreadcrumbs": true,
33-
"hideSources": true,
33+
"disableSources": true,
3434
"theme": "docusaurus2"
3535
}
3636
}

website/docs/api/classes/renderer.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)