infra: cleanup tsconfig and add typecheck (#253)

This commit was merged in pull request #253.
This commit is contained in:
Arjun Patel
2026-06-09 10:47:48 -07:00
committed by GitHub
parent 92894c4af8
commit 946d141897
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,