Skip to content

Commit 405ba6f

Browse files
committed
Fix improper baseURL
I didn't do this. WTF?
1 parent fa536d9 commit 405ba6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "astro/tsconfigs/strict",
33
"compilerOptions": {
44
"strictNullChecks": true,
5-
"baseUrl": "/home/xevion/projects/utsa-handbook",
5+
"baseUrl": ".",
66
"paths": {
77
"@components/*": [
88
"./src/components/*"

0 commit comments

Comments
 (0)