Skip to content

Commit 90eb2a1

Browse files
committed
fix: update base path in tsconfig.json for correct module resolution
1 parent 69a35ae commit 90eb2a1

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
@@ -18,7 +18,7 @@
1818
"forceConsistentCasingInFileNames": true,
1919
"baseUrl": ".",
2020
"paths": {
21-
"~": ["/"]
21+
"~": ["./"]
2222
}
2323
},
2424
"include": [

0 commit comments

Comments
 (0)