perf: enable incremental typechecking

This commit is contained in:
exe.dev user
2026-08-06 18:22:58 +00:00
parent 4980355300
commit 6efb07e805
53 changed files with 55 additions and 2 deletions
+1
View File
@@ -2,6 +2,7 @@
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"incremental": true,
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"noUncheckedIndexedAccess": false
}