We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a2def commit 7536f28Copy full SHA for 7536f28
packages/plugin-typescript/README.md
@@ -93,10 +93,11 @@ The plugin accepts the following parameters:
93
94
Optional parameter. The `tsconfig` option accepts a string that defines the path to your config file and defaults to `tsconfig.json`.
95
96
-````js
+```js
97
await typescriptPlugin({
98
tsconfig: './tsconfig.json',
99
});
100
+```
101
102
#### `onlyAudits`
103
@@ -106,6 +107,7 @@ The `onlyAudits` option allows you to specify which documentation types you want
106
107
108
onlyAudits: ['no-implicit-any'],
109
110
111
112
### Optionally set up categories
113
@@ -160,4 +162,3 @@ categories: [
160
162
// ...
161
163
];
164
```
-````
0 commit comments