feat: open-trip-api-drink #11

Merged
Clement merged 34 commits from feat/open-trip-api into master 2024-05-19 09:38:39 +00:00
Showing only changes of commit ee858b2d91 - Show all commits

View File

@ -6,10 +6,15 @@
"allowUnknownTags": true
},
"plugins": [
"node_modules/better-docs/typescript"
"node_modules/better-docs/typescript",
"plugins/markdown",
"jsdoc-mermaid"
],
"source": {
"include": ["./src"],
"includePattern": "\\.(jsx|js|ts|tsx)$"
},
"templates": {
"search": true
}
}