Skip to content

Commit

Permalink
chore: Ease out tsconfig in ua-utils-evm-hardhat
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Nov 24, 2023
1 parent 79052f6 commit 0af26ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ua-utils-evm-hardhat/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"extends": "../../tsconfig.json",
"exclude": ["dist", "node_modules"],
"compilerOptions": {
"noImplicitReturns": false,
"strictNullChecks": false,
"strictPropertyInitialization": false,
"types": ["node", "mocha"],
"paths": {
"@/*": ["./src/*"]
Expand Down

0 comments on commit 0af26ea

Please sign in to comment.