Skip to content

Commit

Permalink
Add missing tsconfig for starknet-gas-price EA (#3318)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgard committed Jun 7, 2024
1 parent c4c768f commit e31d59b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/spotty-chefs-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
3 changes: 3 additions & 0 deletions packages/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,9 @@
{
"path": "./sources/stader-labs"
},
{
"path": "./sources/starknet-gas-price"
},
{
"path": "./sources/stasis"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,9 @@
{
"path": "./sources/stader-labs/tsconfig.test.json"
},
{
"path": "./sources/starknet-gas-price/tsconfig.test.json"
},
{
"path": "./sources/stasis/tsconfig.test.json"
},
Expand Down

0 comments on commit e31d59b

Please sign in to comment.