File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,11 @@ npx rca ./src/main.tsx
52
52
The following options can be set in the configuration file.
53
53
Prepare a ` rca.config.js ` file with the following properties.
54
54
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. |
59
60
60
61
` alias Property `
61
62
| Property | Type | Description |
You can’t perform that action at this time.
0 commit comments