18 lines
359 B
JSON
18 lines
359 B
JSON
{
|
|
"entryPoints": [
|
|
"src/**/*.ts"
|
|
],
|
|
"out": ".locale/docs",
|
|
"tsconfig": "tsconfig.json",
|
|
"excludePrivate": false,
|
|
"excludeProtected": false,
|
|
"excludeExternals": false,
|
|
"includeVersion": true,
|
|
"readme": "README.md",
|
|
"exclude": [
|
|
"**/*.test.ts",
|
|
"**/*.spec.ts"
|
|
],
|
|
"theme": "default",
|
|
"hideGenerator": true
|
|
} |