Skip to content

Commit

Permalink
chore: remove baseUrl from tsconfig.json (#915)
Browse files Browse the repository at this point in the history
Co-authored-by: spsjvc <[email protected]>
  • Loading branch information
fionnachan and spsjvc authored Jun 7, 2023
1 parent e53823a commit ecf52dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/arb-token-bridge-ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
"noEmit": true,
"incremental": true,
"jsx": "preserve",
"baseUrl": ".",
"paths": {
"@/images/*": ["public/images/*"],
"@/icons/*": ["public/icons/*"]
"@/images/*": ["./public/images/*"],
"@/icons/*": ["./public/icons/*"]
}
},
"exclude": ["node_modules"]
Expand Down

1 comment on commit ecf52dc

@vercel
Copy link

@vercel vercel bot commented on ecf52dc Jun 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.