Skip to content

Commit 889ed38

Browse files
committed
fix tsconfig error
1 parent d18fbb2 commit 889ed38

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/snaps-jest/tsconfig.build.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
{
1818
"path": "../snaps-utils/tsconfig.build.json"
1919
},
20+
{
21+
"path": "../snaps-ui/tsconfig.build.json"
22+
},
2023
{
2124
"path": "../snaps-simulator/tsconfig.build.json"
2225
}

packages/snaps-jest/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
},
1515
{
1616
"path": "../snaps-simulator"
17+
},
18+
{
19+
"path": "../snaps-ui"
1720
}
1821
]
1922
}

0 commit comments

Comments
 (0)