We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd5202 commit 1efc7d2Copy full SHA for 1efc7d2
README.md
@@ -22,8 +22,8 @@ module.exports = {
22
plugins: [
23
[
24
'docusaurus-plugin-react-docgen-typescript',
25
+ /** @type {import('docusaurus-plugin-react-docgen-typescript').Options} */
26
{
- /** @type {import('docusaurus-plugin-react-docgen-typescript').Options} */
27
// pass in a single string or an array of strings
28
src: ['path/to/**/*.tsx', '!path/to/**/*test.*'],
29
parserOptions: {
0 commit comments