Skip to content

Commit

Permalink
chore : tsconfig변경 (경고/미사용무시)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xC0FFE2 committed Jan 17, 2025
1 parent d11d593 commit 756368a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
},
Expand Down

0 comments on commit 756368a

Please sign in to comment.