soundscape-community/authoring-tool

[ Difficulty: Intermediate ] Convert React Codebase from JS to TypeScript

Opened this issue · 0 comments

Description
All front end files with react code are .jsx or .js files. These files need to be converted to typescript and files for type definitions for the project need to be made.

Purpose
This will help make the developer experience better as their will be more structure and it will be easier to make changes that effect multiple sectors of the project easier.