Skip to content

Stricter tsconfig for the browser extension

Warren Gifford requested to merge bext-noimplicitany into master

Created by: lguychard

Fixes #791 (closed)

Reinstates noImplicitAny, noImplicitReturns, strictPropertyInitialization in the browser extension & fixes related errors.

Required some refactoring: cc46613

There is a lot more refactoring to do in phabricator/backend.tsx but I'll be addressing that in a follow-up PR.

Merge request reports

Loading