Skip to content

Commit

Permalink
chore: set useUnknownInCatchVariables to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Sep 14, 2021
1 parent a7beffb commit 63f79de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vite/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"declaration": true,
"noImplicitOverride": true,
"noUnusedLocals": true,
"esModuleInterop": true
"esModuleInterop": true,
"useUnknownInCatchVariables": false
}
}

0 comments on commit 63f79de

Please sign in to comment.