Skip to content

Commit

Permalink
Update tsconfig.json to include src/utils directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed Aug 26, 2024
1 parent fa637f6 commit 633c130
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
"skipLibCheck": true
},
"exclude": ["dist", "node_modules"],
"include": ["./src/index.ts", "./types", "./test/**/*", "./typechain-types/", "./benchmark/**/*", "./src/deploy/**/*", "src/utils/deploy.ts"],
"include": [
"./src/index.ts",
"./types",
"./test/**/*",
"./typechain-types/",
"./benchmark/**/*",
"./src/deploy/**/*",
"src/utils/**/*"
],
"files": ["./hardhat.config.ts"]
}

0 comments on commit 633c130

Please sign in to comment.