Open-Assistant icon indicating copy to clipboard operation
Open-Assistant copied to clipboard

Enable Typescript strict mode

Open notmd opened this issue 2 years ago • 2 comments

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 strict option 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.

notmd avatar Jan 21 '23 19:01 notmd

@fozziethebeat, I would like to work on this!

KarthikRaju391 avatar Jan 26 '23 07:01 KarthikRaju391

I'll do a few files

EpicLiem avatar Feb 15 '23 17:02 EpicLiem