I'm wanting to lint my types but this lib fails it because the declaration file of this plugin is not included for reason
{
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": ".",
"lib": ["DOM", "ES2022"],
"skipLibCheck": true,
"target": "ES2022"
}
}