Skip to content

Commit a2290a3

Browse files
committed
add references to tsconfig
1 parent d287414 commit a2290a3

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed
+17-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
{
22
"extends": "../../config-v-next/tsconfig.json",
3-
"references": []
3+
"references": [
4+
{
5+
"path": "../core"
6+
},
7+
{
8+
"path": "../hardhat-errors"
9+
},
10+
{
11+
"path": "../hardhat-node-test-reporter"
12+
},
13+
{
14+
"path": "../hardhat-test-utils"
15+
},
16+
{
17+
"path": "../hardhat-utils"
18+
}
19+
]
420
}

0 commit comments

Comments
 (0)