From a2290a349b6c1cebd44833213e55c8a5e82462dd Mon Sep 17 00:00:00 2001 From: zoeyTM Date: Mon, 12 Aug 2024 11:21:00 -0400 Subject: [PATCH] add references to tsconfig --- v-next/hardhat-node-test-runner/tsconfig.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/v-next/hardhat-node-test-runner/tsconfig.json b/v-next/hardhat-node-test-runner/tsconfig.json index 3ef5487469..f75a3d4d50 100644 --- a/v-next/hardhat-node-test-runner/tsconfig.json +++ b/v-next/hardhat-node-test-runner/tsconfig.json @@ -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" + } + ] }