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