Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrylR committed Aug 22, 2024
1 parent 15dd05a commit 203d596
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ ZKTypeConfig = {
basePath: string;
projectRoot: string;
circuitsASTPaths: string[];
outputArtifactsDir?: string;
outputTypesDir?: string;
};
```
Expand All @@ -41,9 +40,7 @@ This config contains all the information required to generate TypeScript binding

- `basePath` - Path to the root directory of the project where circuits are stored.
- `projectRoot` - Absolute path to the root directory of the project.
- `circuitsASTPaths` - Array of paths to the circuits' AST files.
- `outputArtifactsDir` - Path to the directory where the generated artifacts will be stored.
- Optional. Default: `artifacts/circuits`.
- `circuitsArtifactsPaths` - Array of paths to the circuits' Artifact files.
- `outputTypesDir` - Path to the directory where the generated types will be stored.
- Optional. Default: `generated-types/circuits`.

Expand Down

0 comments on commit 203d596

Please sign in to comment.