Skip to content

Commit

Permalink
add references to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
zoeyTM committed Aug 12, 2024
1 parent d287414 commit a2290a3
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion v-next/hardhat-node-test-runner/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
{
"extends": "../../config-v-next/tsconfig.json",
"references": []
"references": [
{
"path": "../core"
},
{
"path": "../hardhat-errors"
},
{
"path": "../hardhat-node-test-reporter"
},
{
"path": "../hardhat-test-utils"
},
{
"path": "../hardhat-utils"
}
]
}

0 comments on commit a2290a3

Please sign in to comment.