Skip to content

Commit

Permalink
noImplicitOverride does work with JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Apr 24, 2022
1 parent 7e2d8af commit f3b4814
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions base.json
Expand Up @@ -19,8 +19,7 @@

/* New checks being tried out */
"exactOptionalPropertyTypes": true,
// TODO: Check and see of noImplicitOverride works with JS
// "noImplicitOverride": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,

Expand Down

0 comments on commit f3b4814

Please sign in to comment.