fix: correct trailing comma in tsconfig (#970)

This commit is contained in:
Dominik Pschenitschni 2025-06-26 14:30:24 +02:00 committed by GitHub
parent d5d4963498
commit 06d5791568
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"parserOptions": { "parserOptions": {
"project": "./frontend/tsconfig.json", "project": "./frontend/tsconfig.json"
}, }
} }