refactor: add noImplicitOverride rule

This commit is contained in:
Johannes Millan 2024-02-01 19:02:42 +01:00
parent b8ef9509b7
commit 0da1a080c6
4 changed files with 8 additions and 7 deletions

View file

@ -14,6 +14,7 @@
"noImplicitReturns": true,
"noUnusedLocals": false,
"noImplicitAny": false,
"noImplicitOverride": true,
"strictPropertyInitialization": true,
"target": "ES2015",
"resolveJsonModule": true,