chore(tui): tighten TypeScript checks

This commit is contained in:
Xubin Ren
2026-08-17 20:56:10 +08:00
parent b17f227eb9
commit 3fdf7ae64a
+4
View File
@@ -5,7 +5,11 @@
"moduleResolution": "Bundler",
"strict": true,
"skipLibCheck": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noEmit": true,
"types": ["bun"]
},