Skip to content

Commit e02a81e

Browse files
committed
refactor(cli-template-contracts-hardhat): update tsconfig in contracts
1 parent b3f20b6 commit e02a81e

File tree

1 file changed

+1
-1
lines changed
  • packages/cli-template-monorepo-ethers/apps/contracts

1 file changed

+1
-1
lines changed

packages/cli-template-monorepo-ethers/apps/contracts/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"skipLibCheck": true,
99
"resolveJsonModule": true
1010
},
11-
"include": ["scripts/**/*", "tasks/**/*", "test/**/*", "build/typechain/**/*", "types/**/*"],
11+
"include": ["scripts/**/*", "tasks/**/*", "test/**/*", "typechain-types/**/*"],
1212
"files": ["./hardhat.config.ts"]
1313
}

0 commit comments

Comments
 (0)