Skip to content

Commit

Permalink
chore: Update README.md - use decorator at the right place (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
caseykhuc committed May 20, 2023
1 parent 8dd5202 commit 1efc7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,8 +22,8 @@ module.exports = {
plugins: [
[
'docusaurus-plugin-react-docgen-typescript',
/** @type {import('docusaurus-plugin-react-docgen-typescript').Options} */
{
/** @type {import('docusaurus-plugin-react-docgen-typescript').Options} */
// pass in a single string or an array of strings
src: ['path/to/**/*.tsx', '!path/to/**/*test.*'],
parserOptions: {
Expand Down

0 comments on commit 1efc7d2

Please sign in to comment.