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