Skip to content

Commit c65cd24

Browse files
committed
Add type paths cuz last didn't work
1 parent 6c3ebf3 commit c65cd24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

backend/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
"resolveJsonModule": true,
1919
"baseUrl": ".",
2020
"paths": {
21-
"@*": ["./*"]
21+
"@*": ["./*"],
22+
"@utils/*": ["utils/*"],
23+
"@types/*": ["types/*"]
2224
}
2325
},
2426
"exclude": ["node_modules"]

0 commit comments

Comments
 (0)