We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docusaurus-openapi-docs/packages/docusaurus-plugin-openapi-docs/src/plugin-content-docs-types.d.ts
Line 8 in 87958a4
These are available here: https://github.com/facebook/docusaurus/blob/main/packages/docusaurus-plugin-content-docs/src/sidebars/types.ts#L21
I'm wanting to lint my types but this lib fails it because the declaration file of this plugin is not included for reason
This is my tsconfig.json
{ "extends": "@docusaurus/tsconfig", "compilerOptions": { "baseUrl": ".", "lib": ["DOM", "ES2022"], "skipLibCheck": true, "target": "ES2022" } }
The text was updated successfully, but these errors were encountered:
Hi @omonk, this may be something we can address by installing the missing types and/or removing the declaration.
Sorry, something went wrong.
No branches or pull requests
docusaurus-openapi-docs/packages/docusaurus-plugin-openapi-docs/src/plugin-content-docs-types.d.ts
Line 8 in 87958a4
These are available here: https://github.com/facebook/docusaurus/blob/main/packages/docusaurus-plugin-content-docs/src/sidebars/types.ts#L21
I'm wanting to lint my types but this lib fails it because the declaration file of this plugin is not included for reason
This is my tsconfig.json
The text was updated successfully, but these errors were encountered: