Files
stack/docs/tsconfig.json
kert 9776915b50 add Docusaurus docs site with API reference and bibliography browser
Griffe-based docstring extraction (277 modules across 9 packages),
bib.Store export to searchable JSON (6560 items), throwback-themed
Docusaurus site served by nginx:alpine behind Traefik at
docs.homelab.fhirworx.io. Multi-stage Dockerfile, CI pipeline
steps, and dashboard tile included.
2026-02-28 23:08:47 -05:00

8 lines
136 B
JSON

{
"extends": "@docusaurus/module-type-aliases/tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"jsx": "react-jsx"
}
}