Skip to content

Commit 0b489f4

Browse files
committed
tech(basic): add jsconfig.json
1 parent 27885de commit 0b489f4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"compilerOptions": {
3+
"baseUrl": ".",
4+
"paths": {
5+
"@/ui/*": ["src/ui/*"],
6+
"@/blocks/*": ["src/blocks/*"],
7+
"@/constants/*": ["src/constants/*"],
8+
"@/hooks/*": ["src/hooks/*"],
9+
"@/i18n/*": ["src/i18n/*"],
10+
"@/modules/*": ["src/modules/*"],
11+
"@/utils/*": ["src/utils/*"],
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)