Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmisar authored and spalladino committed Aug 29, 2024
1 parent b8b0f84 commit ea89fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ export class ${input.name}Contract extends ContractBase {
${notesGetter}
/** Type-safe wrappers for the public methods exposed by the contract. */
declare public methods: {
public declare methods: {
${methods.join('\n')}
};
Expand Down
3 changes: 1 addition & 2 deletions yarn-project/noir-contracts.js/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"compilerOptions": {
"outDir": "dest",
"rootDir": "src",
"tsBuildInfoFile": ".tsbuildinfo",
"verbatimModuleSyntax": true
"tsBuildInfoFile": ".tsbuildinfo"
},
"references": [
{
Expand Down

0 comments on commit ea89fea

Please sign in to comment.