SE701-T5 / Frontend

This is the frontend repo of Uni-forum, associated with the University of Auckland, SOFTENG701. This repo will be linked to Netlify for ease of deployment and code review
MIT License
1 stars 22 forks source link

Add rudimentary typescript support #89

Closed frasermcc9 closed 2 years ago

frasermcc9 commented 2 years ago

We can use TS typechecking in JS through doc comments. This proposes adding a tsconfig that will allow for basic type checking when desired (such as on widely used hooks and functions).