Skip to content

Commit 2f9ef74

Browse files
committed
Update README.md
1 parent 79421ee commit 2f9ef74

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ npx rca ./src/main.tsx
5252
The following options can be set in the configuration file.
5353
Prepare a `rca.config.js` file with the following properties.
5454

55-
| Property | Type | Description |
56-
| -------- | ------- | ------------------------------------------------------------------------ |
57-
| vscode | boolean | Use vscode schema to code jump to the target component. (default `true`) |
58-
| alias | Array | Specify multiple aliases for entry points. |
55+
| Property | Type | Description |
56+
| ---------- | ------- | ------------------------------------------------------------------------ |
57+
| vscode | boolean | Use vscode schema to code jump to the target component. (default `true`) |
58+
| alias | Array | Specify multiple aliases for entry points. |
59+
| outputPath | string | Specify the absolute path of the file to be output after analysis. |
5960

6061
`alias Property`
6162
| Property | Type | Description |

0 commit comments

Comments
 (0)