Closed gavinvaske closed 3 months ago
Previously, the typescript compiler was complaining that the imports (in the API) did not specificy an extension (i.e. .ts/.js)
.ts
.js
This PR resolves those errors by adding a file extension to every import (yes it was as fun as it sounds..)
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..)