melink14/rikaikun

Enable typescript flag `noImplicitOverrides`

melink14 opened this issue · 1 comments

We tell people to use @override in our contributing guide now but we should enable the new typescript flag instead:
https://www.typescriptlang.org/tsconfig#noImplicitOverride

Fixed by #945