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
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"incremental": true,
// Environment setup & latest features
"lib": ["ESNext"],
"target": "ESNext",