Skip to content

Commit

Permalink
fix: remove paths from tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-st committed Jul 16, 2024
1 parent a11610a commit 6023ccb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/nextjs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
"jsx": "preserve",
"incremental": true,
"paths": {
"~~/*": ["./*"],
"abitype": ["./node_modules/abitype"],
"viem/node_modules/abitype": ["./node_modules/viem/node_modules/abitype"],
"wagmi/node_modules/abitype": ["./node_modules/wagmi/node_modules/abitype"]
"~~/*": ["./*"]
},
"plugins": [
{
Expand Down

0 comments on commit 6023ccb

Please sign in to comment.