nkowaokwu / igbo_api

An API exposing Igbo words, definitions, and more
https://igboapi.com
Apache License 2.0
316 stars 141 forks source link

chore: enable TS strict mode #730

Closed ijemmao closed 1 year ago

ijemmao commented 1 year ago

Describe your changes

Enable strict: true within tsconfig.json

Issue ticket number and link

Closes #663

Motivation and Context

Many things in the current TS files weren't properly typed. This change will make it even more strict and clear which types are expected where.

How Has This Been Tested?

Locally

Screenshots (if appropriate):

N/A