Add build.ts

This commit is contained in:
redphx
2024-04-24 16:49:35 +07:00
parent 9a76731c69
commit 9446e39eb0
3 changed files with 52 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
"noFallthroughCasesInSwitch": true,
// Some stricter flags (disabled by default)
"noUnusedLocals": false,
"noUnusedLocals": true,
"noUnusedParameters": false,
"noPropertyAccessFromIndexSignature": false
}