Skip to content

Commit da11840

Browse files
committed
build
1 parent def9009 commit da11840

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
"test": "hardhat test",
7474
"typechain": "hardhat typechain",
7575
"build": "yarn clean && yarn compile && yarn typechain && yarn build:lib",
76-
"build:lib": "tsdx build --entry typechain/index.ts"
76+
"build:lib": "tsdx build --entry typechain/index.ts --tsconfig tsconfig.build.json"
7777
}
7878
}

tsconfig.build.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
// see https://www.typescriptlang.org/tsconfig to better understand tsconfigs
33
"include": ["typechain"],
4-
"files": ["./hardhat.config.ts"],
54
"compilerOptions": {
65
"module": "esnext",
76
"lib": ["esnext"],

0 commit comments

Comments
 (0)