Skip to content

Commit 924d3be

Browse files
Update tsconfig to fix release pipeline (#4122)
1 parent b86218a commit 924d3be

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,9 @@
200200
{
201201
"path": "./sources/blocksize-capital"
202202
},
203+
{
204+
"path": "./sources/blocksize-capital-state"
205+
},
203206
{
204207
"path": "./sources/blockstream"
205208
},

packages/tsconfig.test.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,9 @@
200200
{
201201
"path": "./sources/blocksize-capital/tsconfig.test.json"
202202
},
203+
{
204+
"path": "./sources/blocksize-capital-state/tsconfig.test.json"
205+
},
203206
{
204207
"path": "./sources/blockstream/tsconfig.test.json"
205208
},

0 commit comments

Comments
 (0)