diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 5c56cee..fd4595a 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -8,6 +8,6 @@ "resolveJsonModule": true, "skipLibCheck": true, "sourceMap": true, - "strict": true - } + "strict": true, + }, }