chore: update contracts export

This commit is contained in:
ryanycw
2023-09-11 23:07:33 +08:00
parent ba084af083
commit 506603e63f

View File

@@ -6,6 +6,6 @@
"module": "CommonJS",
"moduleResolution": "node"
},
"include": ["./src", "./deploy", "./typechain", "./test/*.ts"],
"include": ["./src", "./deploy", "./typechain", "./test/*.ts", "./scripts"],
"files": ["./hardhat.config.ts"]
}