ASU-CodeDevils / codedevils.org

The Official CodeDevils website frontend codebase written using Next.js, React, TypeScript, and Tailwind CSS
https://www.codedevils.org
9 stars 2 forks source link

Enabled strict mode in tsconfig #38

Closed jtmichelson closed 1 year ago

jtmichelson commented 1 year ago

Fix whatever issues are blocking this and migrate over to strict:true this helps to conform to TS best practices.

https://github.com/ASU-CodeDevils/codedevils/blob/main/tsconfig.json#L18

fernandonevarez commented 1 year ago

okay done