diff options
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" + ] } |
