Skip to content

Commit 6efbb60

Browse files
committed
fix: resolving root directory issue for window
1 parent 9ee7d59 commit 6efbb60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tsconfig.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"noImplicitAny": false,
1414
"outDir": "./dist",
1515
"paths": {
16-
"@/*": ["src/*"],
17-
"@mod/*": ["src/modules/*"],
18-
"@share/*": ["src/shared/*"],
19-
"@util/*": ["src/utils/*"]
16+
"@/*": ["./src/*"],
17+
"@mod/*": ["./src/modules/*"],
18+
"@share/*": ["./src/shared/*"],
19+
"@util/*": ["./src/utils/*"]
2020
},
2121
"removeComments": true,
2222
"resolveJsonModule": true,

0 commit comments

Comments
 (0)