Skip to content

Commit

Permalink
fix: type roots config (#655)
Browse files Browse the repository at this point in the history
Signed-off-by: Reinis Martinsons <[email protected]>
  • Loading branch information
Reinis-FRP authored Oct 14, 2024
1 parent c54d026 commit a011cf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"outDir": "./dist",
"declaration": true,
"skipLibCheck": true,
"resolveJsonModule": true
"resolveJsonModule": true,
"typeRoots": ["./node_modules/@types", "./src/types"]
},
"include": [
"./scripts",
Expand All @@ -19,6 +20,5 @@
"utils/utils.ts",
"src/types"
],
"files": ["./hardhat.config.ts"],
"typeRoots": ["./node_modules/@types", "./src/types"]
"files": ["./hardhat.config.ts"]
}

0 comments on commit a011cf4

Please sign in to comment.