chore(deps-dev): upgrade dependencies (#2113)

This commit is contained in:
Eric Liu 2025-03-09 14:28:04 -07:00 committed by GitHub
commit a3d1d9f089
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 466 additions and 493 deletions

View file

@ -1,6 +1,7 @@
{
"compilerOptions": {
"noEmit": true,
"erasableSyntaxOnly": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"ignoreDeprecations": "5.0",
@ -11,6 +12,7 @@
"moduleResolution": "node",
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitAny": true,
"strict": true,
"skipLibCheck": true,
"skipDefaultLibCheck": true,