This commit is contained in:
2026-05-16 05:33:26 +08:00
parent 0f23a8f7a0
commit 3bee6aaf18
52 changed files with 458 additions and 458 deletions

View File

@@ -16,11 +16,6 @@
"noEmit": true,
"jsx": "react-jsx",
/* Linting */
"noUnusedLocals": true,
"noUnusedParameters": true,
"erasableSyntaxOnly": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src", "scripts", "vite.config.ts"]
}