From 437cf510c78b1bf1794781cec5c0ff5e584052fd Mon Sep 17 00:00:00 2001 From: Leopoldadmin Date: Mon, 22 Jun 2026 00:04:56 +0000 Subject: [PATCH] feat: update frontend tsconfig.json with strict mode --- frontend/tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 7a7611e..2669312 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -6,7 +6,6 @@ "module": "ESNext", "skipLibCheck": true, - /* Bundler mode */ "moduleResolution": "bundler", "allowImportingTsExtensions": true, "resolveJsonModule": true, @@ -14,7 +13,6 @@ "noEmit": true, "jsx": "react-jsx", - /* Linting */ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true,