chore: fix typedocs options file

This commit is contained in:
mathuo 2021-03-11 20:23:27 +00:00
parent 076ff7e1b5
commit 9b002ed595

View File

@ -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
}