From 1efc7d2f5b77014a623ab27d5ef6ec6deb4e8141 Mon Sep 17 00:00:00 2001 From: Casey Khuc Date: Sun, 21 May 2023 02:55:54 +0700 Subject: [PATCH] chore: Update README.md - use decorator at the right place (#18) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ae82a0..10e7d59 100644 --- a/README.md +++ b/README.md @@ -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: {