Skip to content

Commit

Permalink
fix: add @repo/ui/* path to ./src/* for ui package tsconfig to fix np…
Browse files Browse the repository at this point in the history
…m pathing for ui npm script. (#44)
  • Loading branch information
cruno91 authored Nov 3, 2024
1 parent 7a8fbde commit 2485cb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@ui/*": ["./src/*"]
"@ui/*": ["./src/*"],
"@repo/ui/*": ["./src/*"]
}
},
"include": ["src"],
Expand Down

0 comments on commit 2485cb7

Please sign in to comment.