Skip to content

Commit 2485cb7

Browse files
authored
fix: add @repo/ui/* path to ./src/* for ui package tsconfig to fix npm pathing for ui npm script. (#44)
1 parent 7a8fbde commit 2485cb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/ui/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"compilerOptions": {
44
"baseUrl": ".",
55
"paths": {
6-
"@ui/*": ["./src/*"]
6+
"@ui/*": ["./src/*"],
7+
"@repo/ui/*": ["./src/*"]
78
}
89
},
910
"include": ["src"],

0 commit comments

Comments
 (0)