Implemented strict mode for the project (broken tests, hundreds of @ts-ignore and new errors are included) [skip ci]

This commit is contained in:
ErickSkrauch
2020-01-17 23:37:52 +03:00
committed by SleepWalker
parent 10e8b77acf
commit 96049ad4ad
151 changed files with 2470 additions and 1869 deletions

View File

@@ -1,6 +1,6 @@
import supportedLocales from 'app/i18n';
const localeToCountryCode = {
const localeToCountryCode: Record<string, string> = {
en: 'gb',
be: 'by',
pt: 'br',