From 8b070f875e56041d866fd5cfb35d0fa6ef91bf99 Mon Sep 17 00:00:00 2001 From: sawka Date: Fri, 17 Apr 2026 14:03:35 -0700 Subject: [PATCH] fix tsconfig warnings (tsunami) --- tsunami/frontend/tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tsunami/frontend/tsconfig.json b/tsunami/frontend/tsconfig.json index 27d4e97b90..09eda49b41 100644 --- a/tsunami/frontend/tsconfig.json +++ b/tsunami/frontend/tsconfig.json @@ -5,7 +5,6 @@ "module": "ESNext", "skipLibCheck": true, "allowJs": false, - "esModuleInterop": false, "allowSyntheticDefaultImports": true, "strict": false, "strictNullChecks": false, @@ -16,7 +15,6 @@ "isolatedModules": true, "noEmit": true, "jsx": "react-jsx", - "baseUrl": ".", "paths": { "@/*": ["./src/*"] }