gavinvaske / the_recipe_book

0 stars 0 forks source link

Fix Typescript Compiler Errors #342

Closed gavinvaske closed 3 months ago

gavinvaske commented 3 months ago

Description

Previously, the typescript compiler was complaining that the imports (in the API) did not specificy an extension (i.e. .ts/.js)

This PR resolves those errors by adding a file extension to every import (yes it was as fun as it sounds..)