mirror of
https://github.com/mathuo/dockview
synced 2025-10-14 20:08:08 +00:00
chore: fix typedocs options file
This commit is contained in:
parent
076ff7e1b5
commit
9b002ed595
@ -1,11 +1,8 @@
|
|||||||
{
|
{
|
||||||
"out": "typedocs",
|
"out": "typedocs",
|
||||||
"mode": "file",
|
"entryPoints": ["./src/index.ts"],
|
||||||
"inputFiles": ["./src"],
|
|
||||||
"exclude": ["**/_test/**/*.*", "**/index.ts"],
|
"exclude": ["**/_test/**/*.*", "**/index.ts"],
|
||||||
"ignoreCompilerErrors": true,
|
|
||||||
"disableOutputCheck": true,
|
"disableOutputCheck": true,
|
||||||
"excludeExternals": true,
|
"excludeExternals": true,
|
||||||
"excludePrivate": true,
|
"excludePrivate": true
|
||||||
"excludeNotExported": true
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user