Skip to content

Commit

Permalink
Updated tsconfig.JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 22, 2025
1 parent 51d7122 commit a9fa007
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@
"files": ["./hardhat.config.ts"],
"include": [
"./src",
"util",
"util/*",
"./test/*",
"global.d.ts",
"const.ts",
"global.d.ts",
"scripts",
"scripts/*",
"test/1-EMPRegistry/*",
Expand All @@ -23,6 +21,8 @@
"test/4-EMPStrategyDeployer/*",
"test/5-EMPStrategy/*",
"test/6-EMPDeployer/*",
"test/7-EMP/*"
"test/7-EMP/*",
"util",
"util/*",
],
}

0 comments on commit a9fa007

Please sign in to comment.