Skip to content

Commit 01eaefa

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-typescript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ TypeScript compiler diagnostics are mapped to Code PushUp audits in the followin
3939

4040
3. Add this plugin to the `plugins` array in your Code PushUp CLI config file (e.g. `code-pushup.config.ts`).
4141

42-
Define the ts config file used to compile your codebase. Based on those compiler options the plugin will generate audits.
42+
By default, a root `tsconfig.json` is used to compile your codebase. Based on those compiler options, the plugin will generate audits.
4343

4444
```ts
4545
import typescriptPlugin from '@code-pushup/typescript-plugin';

0 commit comments

Comments
 (0)