From 4fd43ed5d5543154f7d8530f9697d0d2a259ffd4 Mon Sep 17 00:00:00 2001 From: Arjun from Flowy Labs Date: Mon, 20 Apr 2026 18:58:29 -0700 Subject: [PATCH] fix invalid tsconfig field --- js/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tsconfig.json b/js/tsconfig.json index 15a561d..8e0caad 100644 --- a/js/tsconfig.json +++ b/js/tsconfig.json @@ -12,7 +12,7 @@ "resolveJsonModule": true, "jsx": "react-jsx", "strict": true, - "baseUrl": ".", + "baseUrl": "./", "paths": { "@/*": ["./src/*"] }