diff --git a/frontend/src/api.js b/frontend/src/api.ts
similarity index 100%
rename from frontend/src/api.js
rename to frontend/src/api.ts
diff --git a/frontend/src/store/actions.js b/frontend/src/store/actions.ts
similarity index 100%
rename from frontend/src/store/actions.js
rename to frontend/src/store/actions.ts
diff --git a/frontend/src/store/getters.js b/frontend/src/store/getters.ts
similarity index 100%
rename from frontend/src/store/getters.js
rename to frontend/src/store/getters.ts
diff --git a/frontend/src/store/grady_speak.js b/frontend/src/store/grady_speak.ts
similarity index 100%
rename from frontend/src/store/grady_speak.js
rename to frontend/src/store/grady_speak.ts
diff --git a/frontend/src/store/modules/authentication.js b/frontend/src/store/modules/authentication.ts
similarity index 100%
rename from frontend/src/store/modules/authentication.js
rename to frontend/src/store/modules/authentication.ts
diff --git a/frontend/src/store/modules/feedback_list/feedback-search-options.js b/frontend/src/store/modules/feedback_list/feedback-search-options.ts
similarity index 100%
rename from frontend/src/store/modules/feedback_list/feedback-search-options.js
rename to frontend/src/store/modules/feedback_list/feedback-search-options.ts
diff --git a/frontend/src/store/modules/feedback_list/feedback-table.js b/frontend/src/store/modules/feedback_list/feedback-table.ts
similarity index 100%
rename from frontend/src/store/modules/feedback_list/feedback-table.js
rename to frontend/src/store/modules/feedback_list/feedback-table.ts
diff --git a/frontend/src/store/modules/student-page.js b/frontend/src/store/modules/student-page.ts
similarity index 100%
rename from frontend/src/store/modules/student-page.js
rename to frontend/src/store/modules/student-page.ts
diff --git a/frontend/src/store/modules/submission-notes.js b/frontend/src/store/modules/submission-notes.ts
similarity index 100%
rename from frontend/src/store/modules/submission-notes.js
rename to frontend/src/store/modules/submission-notes.ts
diff --git a/frontend/src/store/modules/subscriptions.js b/frontend/src/store/modules/subscriptions.ts
similarity index 100%
rename from frontend/src/store/modules/subscriptions.js
rename to frontend/src/store/modules/subscriptions.ts
diff --git a/frontend/src/store/modules/ui.js b/frontend/src/store/modules/ui.ts
similarity index 100%
rename from frontend/src/store/modules/ui.js
rename to frontend/src/store/modules/ui.ts
diff --git a/frontend/src/store/mutations.js b/frontend/src/store/mutations.ts
similarity index 100%
rename from frontend/src/store/mutations.js
rename to frontend/src/store/mutations.ts
diff --git a/frontend/src/store/plugins/lastInteractionPlugin.js b/frontend/src/store/plugins/lastInteractionPlugin.ts
similarity index 100%
rename from frontend/src/store/plugins/lastInteractionPlugin.js
rename to frontend/src/store/plugins/lastInteractionPlugin.ts
diff --git a/frontend/src/util/helpers.js b/frontend/src/util/helpers.ts
similarity index 100%
rename from frontend/src/util/helpers.js
rename to frontend/src/util/helpers.ts