From 57fe6334e00d8b63f53428e35da3fa8c6c7e9c28 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 28 Apr 2025 09:58:53 +0300 Subject: [PATCH] add baseurl --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index d3b83a02b0..b64b587aae 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "jsx": "react-jsx", "module": "esnext", "types": ["node", "jest"], + "baseUrl": ".", "paths": { "#/*": ["./src/*"], "lib/*": ["./src/lib/*"],