Skip to content

Commit bbd9dba

Browse files
committed
chore: tsconfig for contract package release
1 parent 9cd4a9a commit bbd9dba

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

contracts/tsconfig-release.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"declaration": true
5+
},
6+
"include": [
7+
"./src",
8+
"./typechain-types",
9+
"./deployments"
10+
],
11+
"exclude": [
12+
"./scripts/**/console*.ts"
13+
],
14+
"files": []
15+
}

0 commit comments

Comments
 (0)