docs: fix purpose description of "builders.json" (#36830)
PR Close #36830
This commit is contained in:
parent
856db56cca
commit
445ac15a78
|
@ -42,7 +42,7 @@ For example, your `myBuilder` folder could contain the following files.
|
|||
| `src/my-builder.ts` | Main source file for the builder definition. |
|
||||
| `src/my-builder.spec.ts` | Source file for tests. |
|
||||
| `src/schema.json` | Definition of builder input options. |
|
||||
| `builders.json` | Testing configuration. |
|
||||
| `builders.json` | Builders definition. |
|
||||
| `package.json` | Dependencies. See https://docs.npmjs.com/files/package.json. |
|
||||
| `tsconfig.json` | [TypeScript configuration](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html). |
|
||||
|
||||
|
|
Loading…
Reference in New Issue