fix: typecheck & lint

This commit is contained in:
Neko Ayaka
2025-07-19 01:26:02 +08:00
parent 5cef90969a
commit c242179e9d
5 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"noUnusedParameters": true,
"noEmit": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"forceConsistentCasingInFileNames": false,
"isolatedModules": true,
"verbatimModuleSyntax": true,
"skipLibCheck": true