fix invalid tsconfig field

This commit is contained in:
Arjun from Flowy Labs
2026-04-20 19:01:06 -07:00
committed by Arjun Patel
parent ac6d5906eb
commit 4fd43ed5d5
+1 -1
View File
@@ -12,7 +12,7 @@
"resolveJsonModule": true,
"jsx": "react-jsx",
"strict": true,
"baseUrl": ".",
"baseUrl": "./",
"paths": {
"@/*": ["./src/*"]
}