19 lines
392 B
JSON
19 lines
392 B
JSON
{
|
|
"$schema": "https://typedoc.org/schema.json",
|
|
"entryPointStrategy": "expand",
|
|
"exclude": [
|
|
"**/*spec.ts",
|
|
"**/*spec.tsx",
|
|
"**/*test.ts",
|
|
"**/*test.tsx",
|
|
"**/src/**/test/**",
|
|
"**/src/**/tests/**",
|
|
"**/src/**/typings/**",
|
|
],
|
|
"hideGenerator": true,
|
|
"searchInComments": true,
|
|
"skipErrorChecking": true,
|
|
"commentStyle": "all",
|
|
"logLevel": "Error"
|
|
}
|