Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cnpem/sophys-web
Browse files Browse the repository at this point in the history
  • Loading branch information
brnovasco committed Dec 11, 2024
2 parents 36a5a95 + be168ff commit 92bfa74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
12 changes: 6 additions & 6 deletions packages/ui/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"prefix": ""
},
"aliases": {
"components": "@/src",
"utils": "@/src/lib/utils",
"ui": "@/src",
"hooks": "@/src/hooks",
"lib": "@/src/lib"
"components": "src/",
"utils": "@sophys-web/ui",
"ui": "src/",
"hooks": "src/hooks/",
"lib": "src/lib/"
}
}
}
7 changes: 2 additions & 5 deletions packages/ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@
"rootDir": ".",
"jsx": "preserve",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"baseUrl": ".",
"paths": {
"@sophys-web/ui": ["./src"]
"@sophys-web/ui": ["src/index.ts"]
}
// "baseUrl": ".",
// "paths": {
// "@/*": ["./*"]
// }
}
}

0 comments on commit 92bfa74

Please sign in to comment.