We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def9009 commit da11840Copy full SHA for da11840
package.json
@@ -73,6 +73,6 @@
73
"test": "hardhat test",
74
"typechain": "hardhat typechain",
75
"build": "yarn clean && yarn compile && yarn typechain && yarn build:lib",
76
- "build:lib": "tsdx build --entry typechain/index.ts"
+ "build:lib": "tsdx build --entry typechain/index.ts --tsconfig tsconfig.build.json"
77
}
78
tsconfig.build.json
@@ -1,7 +1,6 @@
1
{
2
// see https://www.typescriptlang.org/tsconfig to better understand tsconfigs
3
"include": ["typechain"],
4
- "files": ["./hardhat.config.ts"],
5
"compilerOptions": {
6
"module": "esnext",
7
"lib": ["esnext"],
0 commit comments