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/*"] }