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", "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
} }