Skip to content

Commit 3f55714

Browse files
committed
chore: added alias paths
Signed-off-by: Maximillian Arruda <[email protected]>
1 parent 0c8b21b commit 3f55714

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

front-end/tsconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
"typeRoots": [
1717
"node_modules/@types"
1818
],
19+
"paths": {
20+
"@service/*":["src/app/service/*"],
21+
"@model/*":["src/app/model/*"]
22+
},
1923
"lib": [
2024
"es2018",
2125
"dom"

0 commit comments

Comments
 (0)