Skip to content

Commit d1451b5

Browse files
Update packages/plugin-typescript/README.md
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
1 parent 4accbca commit d1451b5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/plugin-typescript/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@ export default {
4848
// ...
4949
plugins: [
5050
// ...
51-
typescriptPlugin({
52-
tsConfigPath: './tsconfig.json',
53-
onlyAudits: ['no-implicit-any'],
54-
}),
51+
await typescriptPlugin(),
5552
],
5653
};
5754
```

0 commit comments

Comments
 (0)