Skip to content

Commit

Permalink
chore: add path aliases to shared folder (#7667)
Browse files Browse the repository at this point in the history
Co-authored-by: Begoña Álvarez de la Cruz <[email protected]>
  • Loading branch information
VmMad and begonaalvarezd authored Nov 2, 2023
1 parent cec9303 commit 34bd6ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/shared/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"moduleResolution": "node",
"outDir": "out",
"paths": {
"shared": ["./"],
"@ui": ["./components"],
"shared/*": ["./*"],
"@ui/*": ["./components/*"],
"@auxiliary/*": ["./lib/auxiliary/*"],
"@contexts/*": ["./lib/contexts/*"],
"@core/*": ["./lib/core/*"],
Expand Down

0 comments on commit 34bd6ee

Please sign in to comment.