fix type checking errors
docker.yml / build (push) Successful in 46s

This commit is contained in:
2026-08-01 19:04:05 -07:00
parent 041bebe4c5
commit 2c89510400
3 changed files with 67 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@
"target": "es2020",
"module": "es2020",
"moduleResolution": "node",
"skipLibCheck": true,
"allowImportingTsExtensions": true,
"emitDeclarationOnly": true,
"declaration": true,