Skip to content

Commit

Permalink
chore: rm baseUrl from all tsconfig.jsons (#6381)
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT authored Jan 10, 2025
1 parent 2ce6b25 commit a414db7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
"incremental": true,

/* Path aliases */
"baseUrl": ".",
"paths": {
"~/*": ["src/*"]
"~/*": ["./src/*"]
},

"types": ["vitest/globals"]
Expand Down

0 comments on commit a414db7

Please sign in to comment.