Skip to content

Commit e9d569c

Browse files
committed
Update TypeScript configuration to disable unused locals and parameters checks
1 parent 924e3dc commit e9d569c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

frontend/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
}
1010
],
1111
"compilerOptions": {
12+
"noUnusedLocals": false,
13+
"noUnusedParameters": false,
1214
"baseUrl": ".",
1315
"paths": {
1416
"@/*": [

0 commit comments

Comments
 (0)