infra: cleanup tsconfig and add typecheck to desktop

This commit is contained in:
Arjun Patel
2026-06-09 10:42:26 -07:00
parent f38835ceee
commit 10c2fbe65f
4 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -1,14 +1,14 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "commonjs",
"module": "ESNext",
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"noImplicitAny": true,
"sourceMap": true,
"outDir": "dist",
"moduleResolution": "node",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"jsx": "react-jsx",
"strict": true,