Skip to content

Commit

Permalink
feat: Make sure that an overridden method exists in the base class
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Jan 8, 2025
1 parent a348421 commit dc103e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tsconfig-common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"moduleResolution": "node16",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
Expand Down

0 comments on commit dc103e6

Please sign in to comment.