Skip to content

Commit

Permalink
chore: tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Jan 15, 2024
1 parent 9eae4b7 commit ffbb6d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion yarn-project/archiver/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@
{
"path": "../foundation"
},
{
"path": "../kv-store"
},
{
"path": "../l1-artifacts"
},
{
"path": "../kv-store"
"path": "../types"
}
],
"include": ["src"]
Expand Down
3 changes: 3 additions & 0 deletions yarn-project/end-to-end/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
{
"path": "../foundation"
},
{
"path": "../kv-store"
},
{
"path": "../l1-artifacts"
},
Expand Down

0 comments on commit ffbb6d1

Please sign in to comment.