Fix syntax errors in tsconfig.json.
Review Request #13733 — Created April 16, 2024 and submitted — Latest diff uploaded
Somehow, our tsconfig.json ended up losing some trailing commas. This
appeared to have happened when I was working to split it out into
multiple files.This change adds back the missing commas.
Verified that the TypeScript settings were being applied, and that a
command I was running no longer complained about a syntax error.