15 lines
287 B
JSON
Raw Normal View History

2024-05-03 17:09:34 +02:00
{
"opts": {
"template": "node_modules/better-docs"
},
"tags": {
2024-05-06 20:57:25 +02:00
"allowUnknownTags": true
2024-05-03 17:09:34 +02:00
},
"plugins": [
"node_modules/better-docs/typescript"
],
"source": {
"include": ["./src"],
"includePattern": "\\.(jsx|js|ts|tsx)$"
}
}