You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/plugin-typescript/README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,15 +89,14 @@ The plugin accepts the following parameters:
89
89
| tsConfigPath | string |`tsconfig.json`| A string that defines the path to your `tsconfig.json` file |
90
90
| onlyAudits | string[]| undefined | An array of audit slugs to specify which documentation types you want to measure. Only the specified audits will be included in the results |
91
91
92
-
#### TsConfigPath
92
+
#### `tsconfig`
93
93
94
-
Optional parameter. The `tsConfigPath` option accepts a string that defines the path to your config file and defaults to `tsconfig.json`.
94
+
Optional parameter. The `tsconfig` option accepts a string that defines the path to your config file and defaults to `tsconfig.json`.
0 commit comments