Skip to content

Commit

Permalink
update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Nov 18, 2024
1 parent cbf0993 commit ab0f210
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"useDefineForClassFields": false,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"noUnusedLocals": true,
"noUnusedParameters": true
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
Expand Down

0 comments on commit ab0f210

Please sign in to comment.