diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-04-13 15:41:24 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-04-13 16:17:22 +0000 |
| commit | 969e774ac029c9fd2f82678af7981862966b79f2 (patch) | |
| tree | ec26ee8115f6608d2f912bb3b0669aed8b3b2ea7 /docs/tsconfig.json | |
| parent | 98ac31c30e5134fb3c8edc27b2a304ac46e39392 (diff) | |
| download | karakeep-969e774ac029c9fd2f82678af7981862966b79f2.tar.zst | |
docs: Replace the OpenAPI rendering library
Diffstat (limited to 'docs/tsconfig.json')
| -rw-r--r-- | docs/tsconfig.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/tsconfig.json b/docs/tsconfig.json index d250afae..2a7c8b8c 100644 --- a/docs/tsconfig.json +++ b/docs/tsconfig.json @@ -2,5 +2,8 @@ "extends": "@docusaurus/tsconfig", "compilerOptions": { "baseUrl": "." - } + }, + "include": [ + "../node_modules/docusaurus-plugin-openapi-docs/src/plugin-content-docs-types.d.ts" + ] } |
