Webler-Group / webler-codes

4 stars 0 forks source link

21 enhance codebase with explicit type annotations #23

Closed Bytenol closed 3 months ago

Bytenol commented 3 months ago

The major change that worth mentioning is the addition of webstorm's ignore files to the project main .gitignore. This will prevent the upload of webstorm's project specific directories and files.

In addition, there is now a types.d.ts file in the /backend/ directory. This file hold all type definition and aliasing for now and future references. Currently there is just one type definition for undefined types.