Skip to content

Commit

Permalink
remove tsconfig change
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Mar 24, 2024
1 parent c0c7c08 commit 882806c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"moduleResolution": "node",
"skipLibCheck": true,
"strict": true,
"noUnusedLocals": false,
"noUnusedLocals": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,

Expand Down

0 comments on commit 882806c

Please sign in to comment.