15 lines
338 B
JSON
15 lines
338 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"typedocOptions": {
|
|
"out": "docs/api",
|
|
"exclude": ["test", "build"],
|
|
"theme": "default",
|
|
"excludePrivate": true,
|
|
"excludeProtected": true,
|
|
"excludeExternals": false
|
|
}
|
|
}
|