Skip to content

Commit

Permalink
chore: update baseUrl in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeLin committed Dec 8, 2022
1 parent d534b5c commit 9f3f4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"baseUrl": ".",
"baseUrl": "./packages",
"target": "ES2019",
"module": "ESNext",
"moduleResolution": "Node",
Expand Down

1 comment on commit 9f3f4ac

@vercel
Copy link

@vercel vercel bot commented on 9f3f4ac Dec 8, 2022

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.