Skip to content

Commit

Permalink
tsconfig.json 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
devchaen committed Apr 20, 2024
1 parent 4767ffd commit 4505221
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
},

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

0 comments on commit 4505221

Please sign in to comment.