Skip to content

Commit c41a07e

Browse files
committed
Fix baseUrl
- Corrected the `baseUrl` setting in `tsconfig.json` to current directory.
1 parent e98bb9b commit c41a07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"allowSyntheticDefaultImports": true,
44
"jsx": "react",
5-
"baseUrl": "/",
5+
"baseUrl": ".",
66
"paths": {
77
"@/*": ["src/*"],
88
"@public/*": ["public/*"],

0 commit comments

Comments
 (0)