Skip to content

Commit

Permalink
refactor(cli-template-contracts-hardhat): update tsconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
vplasencia committed Feb 28, 2024
1 parent a8ffd76 commit 5d47e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli-template-contracts-hardhat/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"skipLibCheck": true,
"resolveJsonModule": true
},
"include": ["scripts/**/*", "tasks/**/*", "test/**/*", "build/typechain/**/*", "types/**/*"],
"include": ["scripts/**/*", "tasks/**/*", "test/**/*", "typechain-types/**/*"],
"files": ["./hardhat.config.ts"]
}

0 comments on commit 5d47e99

Please sign in to comment.