aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tsconfig.json
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-04-13 15:41:24 +0000
committerMohamed Bassem <me@mbassem.com>2025-04-13 16:17:22 +0000
commit969e774ac029c9fd2f82678af7981862966b79f2 (patch)
treeec26ee8115f6608d2f912bb3b0669aed8b3b2ea7 /docs/tsconfig.json
parent98ac31c30e5134fb3c8edc27b2a304ac46e39392 (diff)
downloadkarakeep-969e774ac029c9fd2f82678af7981862966b79f2.tar.zst
docs: Replace the OpenAPI rendering library
Diffstat (limited to 'docs/tsconfig.json')
-rw-r--r--docs/tsconfig.json5
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"
+ ]
}