Skip to content

Commit

Permalink
feat(cockpit): Define absolute Path for App-Wide imports
Browse files Browse the repository at this point in the history
Importe von Komponenten aus northware-cockpit können innerhalb der App über @/ importiert werden.
  • Loading branch information
onissen committed Nov 30, 2024
1 parent 756410d commit 5e42887
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/northware-cockpit/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"plugins": [{ "name": "next" }],
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"@northware/ui/*": ["../../packages/ui/src/*"]
}
},
Expand Down

0 comments on commit 5e42887

Please sign in to comment.