Skip to content

Commit bcb1e24

Browse files
committed
update tsconfig
1 parent 1b2fe48 commit bcb1e24

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

client/tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@
2525
"paths": {
2626
"@/*": ["src/*"],
2727
"@components": ["src/components"],
28+
"@components/*": ["src/components/*"],
2829
"@context": ["src/context"],
30+
"@context/*": ["src/context/*"],
2931
"@pages": ["src/pages"],
30-
"@utils": ["src/utils"]
32+
"@pages/*": ["src/pages/*"],
33+
"@utils": ["src/utils"],
34+
"@utils/*": ["src/utils/*"]
3135
}
3236
},
3337
"include": ["src"],

0 commit comments

Comments
 (0)