Skip to content

Commit 1efc7d2

Browse files
authored
chore: Update README.md - use decorator at the right place (#18)
1 parent 8dd5202 commit 1efc7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ module.exports = {
2222
plugins: [
2323
[
2424
'docusaurus-plugin-react-docgen-typescript',
25+
/** @type {import('docusaurus-plugin-react-docgen-typescript').Options} */
2526
{
26-
/** @type {import('docusaurus-plugin-react-docgen-typescript').Options} */
2727
// pass in a single string or an array of strings
2828
src: ['path/to/**/*.tsx', '!path/to/**/*test.*'],
2929
parserOptions: {

0 commit comments

Comments
 (0)