Skip to content

Commit

Permalink
Fix tsconfig format
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Mar 4, 2024
1 parent 0aecf10 commit 19fb87a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src"],
"include": ["src"]
}

0 comments on commit 19fb87a

Please sign in to comment.