Skip to content

Commit 12d10f8

Browse files
authored
fix(ts): import type adjustments
these are only used as types
1 parent e3a9244 commit 12d10f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/hardhat-core/sample-projects/typescript-viem/hardhat.config.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { HardhatUserConfig } from "hardhat/config";
1+
// @ts-check
2+
import type { HardhatUserConfig } from "hardhat/config";
23
import "@nomicfoundation/hardhat-toolbox-viem";
34

45
const config: HardhatUserConfig = {

0 commit comments

Comments
 (0)