Skip to content

Commit

Permalink
Fix typo in stricter tsconfig (#4394)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldemarkki authored Aug 20, 2022
1 parent 2615042 commit 439f1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-astro/tsconfigs/tsconfig.stricter.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"noFallthroughCasesInSwitch": true,
// Force functions designed to override their parent class to be specified as `override`.
"noImplicitOverride": true,
// Force functions to specify that they can return `undefined` if a possibe code path does not return a value.
// Force functions to specify that they can return `undefined` if a possible code path does not return a value.
"noImplicitReturns": true,
// Report an error when a variable is declared but never used.
"noUnusedLocals": true,
Expand Down

0 comments on commit 439f1d1

Please sign in to comment.