feat: update frontend tsconfig.json with strict mode

This commit is contained in:
2026-06-22 00:04:56 +00:00
parent d9437df260
commit 437cf510c7
-2
View File
@@ -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,