deploy to pages

This commit is contained in:
2024-11-07 22:42:49 -08:00
parent f0c9e3bf63
commit ed44d427cd
2 changed files with 54 additions and 2 deletions

View File

@@ -20,8 +20,8 @@
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
},