15 lines
295 B
JSON
15 lines
295 B
JSON
{
|
|
"opts": {
|
|
"template": "node_modules/better-docs"
|
|
},
|
|
"tags": {
|
|
"allowUnknownTags": ["optional"]
|
|
},
|
|
"plugins": [
|
|
"node_modules/better-docs/typescript"
|
|
],
|
|
"source": {
|
|
"include": ["./src"],
|
|
"includePattern": "\\.(jsx|js|ts|tsx)$"
|
|
}
|
|
} |