fix(build): enable noImplicitAny and add explicit typing for cache entry deletion

This commit is contained in:
2026-04-30 09:52:22 +00:00
parent 10182c0007
commit 0134354658
6 changed files with 683 additions and 646 deletions
+2 -1
View File
@@ -3,9 +3,10 @@
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": false,
"noImplicitAny": true,
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"strict": false,
"types": ["node"]
},
"exclude": ["dist_*/**/*.d.ts"]