Skip to content

Commit 32d4f90

Browse files
committed
chore: disable support for TypeScript mappings by default
1 parent a154c42 commit 32d4f90

File tree

3 files changed

+4
-21
lines changed

3 files changed

+4
-21
lines changed

hardhat.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
import { HardhatUserConfig } from "hardhat/config";
44
import type { MultiSolcUserConfig } from "hardhat/src/types/config";
5-
import "tsconfig-paths/register"; // Adds support for TypeScript `paths` mappings.
5+
/* Uncomment if support of TypeScript `paths` mappings is needed.
6+
* Make sure to run `pnpm add -D "tsconfig-paths@4.2.0"` in this case.
7+
*/
8+
// import "tsconfig-paths/register";
69
import "@nomicfoundation/hardhat-toolbox";
710
import "@nomicfoundation/hardhat-foundry";
811
/* `hardhat-tracer` traces events, calls and storage operations as tests progress.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393
"solidity-coverage": "0.8.15",
9494
"solidity-docgen": "0.6.0-beta.36",
9595
"ts-node": "10.9.2",
96-
"tsconfig-paths": "4.2.0",
9796
"typechain": "8.3.2",
9897
"typescript": "5.8.3",
9998
"typescript-eslint": "8.31.0"

pnpm-lock.yaml

Lines changed: 0 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)