Skip to content

Commit

Permalink
chore(contracts): update tsconfig include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Feb 28, 2024
1 parent 07b1365 commit 8e4d887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/contracts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"outDir": "dist",
"typeRoots": ["node_modules/@types", "types"]
},
"include": ["scripts/**/*", "tasks/**/*", "test/**/*", "build/typechain/**/*", "types/**/*"],
"include": ["tasks/**/*", "test/**/*", "typechain-types/**/*"],
"files": ["./hardhat.config.ts"]
}

0 comments on commit 8e4d887

Please sign in to comment.