Samagra-Development / Doc-Generator

Create PDFs from a variety of formats.
17 stars 45 forks source link

Use strict typescript #133

Closed yuvrajsab closed 1 year ago

yuvrajsab commented 1 year ago

Change tsconfig.json to enable strict mode, noImplicitAny, strictNullChecks, noFallthroughCasesInSwitch, and forceConsistentCasingInFileNames? And add types wherever they are missing like in the controller, services, everywhere.

Reference: https://www.typescriptlang.org/tsconfig#Type_Checking_6248.

By using strict typescript it will help us write better and more robust code.

l3hargav commented 1 year ago

Hi, can i work on this?

AnshulMalik commented 1 year ago

@l3hargav Vaibhave already has a PR, that will most probably fix this.

May be we can find another one for you.

l3hargav commented 1 year ago

@AnshulMalik Ah I see, that's fine i had only just started working on it. I feel that it'd be great to contribute to this project