Dmitriy Lisyanskiy
Dmitriy Lisyanskiy
@moodysalem the flag is supposed to be in tsconfig.json files for dev and prod in order to fix the errors with new version of TS like this: ``` Type 'keyof...
here is the link to changelist of TS : https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#keyof-now-includes-string-number-and-symbol-keys and line in code, that causes error in new version is: https://github.com/moodysalem/react-tournament-bracket/blob/436b4ab75da8ca047a00c14a72db95b60e3a703a/src/components/BracketGenerator.tsx#L65 you can also see last comments about that...
big up @mogoe1