From cf182ec35f3e776d328407d8ea0d88cf7ea398f5 Mon Sep 17 00:00:00 2001 From: Criador_Mod Date: Sun, 5 Apr 2026 00:51:26 +0100 Subject: [PATCH] Fix typescript 6 errors --- tsconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index c2cfdca..230beba 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,6 @@ "target": "ES2020", "module": "ESNext", "jsx": "react-jsx", - "moduleResolution": "node", "strict": true, "esModuleInterop": true, "skipLibCheck": true, @@ -14,9 +13,8 @@ "outDir": "dist", - "baseUrl": ".", "paths": { - "@/*": ["src/*"] + "@/*": ["./src/*"] }, }, "include": ["src"],