build: enable stricter TypeScript checks

This commit is contained in:
Peter Steinberger
2026-05-11 01:55:04 +01:00
parent 2255140113
commit 6346e792c4
74 changed files with 258 additions and 350 deletions

View File

@@ -82,7 +82,7 @@ function normalizeExt(ext: string): string | undefined {
return /^[a-z0-9]{1,12}$/.test(trimmed) ? trimmed : undefined;
}
function pickAfconvertRecipe(source: string, target: string): string[] | undefined {
function pickAfconvertRecipe(_source: string, target: string): string[] | undefined {
// Currently only the MP3->CAF path used by native Messages voice memos.
if (target === "caf") {
// Opus-in-CAF, mono, 24 kHz. Validated against macOS 15.x Messages.app's