Open-Assistant
Open-Assistant copied to clipboard
Enable Typescript strict mode
We need to enable Typescript strict mode to make out code safe. This needs to be incremental cause we don't want to break the build.
- Set TS
strictoption to true in the tsconfig file. - Going through each file and checking if there is any error need to fix (or run
npm run typecheck).
We should make small PRs to easily review and avoid conflict.
@fozziethebeat, I would like to work on this!
I'll do a few files