tnc-ca-geo / animl-api

Backend for https://animl.camera
4 stars 0 forks source link

TypeScript: 1. Initial Tooling #188

Closed alukach closed 3 weeks ago

alukach commented 1 month ago

What I'm adding

Add basic initial tooling to support TypeScript within the project, without actually beginning any TypeScript conversion.

How I did it

How you can test it

After running npm install --dev, try the build with npm run build -- --watch. Deploying to staging and verifying that the application functions on the most basic level may be generally sufficient.


Part of #187