We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f75d5a commit 01eaefaCopy full SHA for 01eaefa
packages/plugin-typescript/README.md
@@ -39,7 +39,7 @@ TypeScript compiler diagnostics are mapped to Code PushUp audits in the followin
39
40
3. Add this plugin to the `plugins` array in your Code PushUp CLI config file (e.g. `code-pushup.config.ts`).
41
42
-Define the ts config file used to compile your codebase. Based on those compiler options the plugin will generate audits.
+By default, a root `tsconfig.json` is used to compile your codebase. Based on those compiler options, the plugin will generate audits.
43
44
```ts
45
import typescriptPlugin from '@code-pushup/typescript-plugin';
0 commit comments