amilner42 / code-tidbit

Share Programming Knowledge Better
GNU General Public License v3.0
9 stars 1 forks source link

Upgrade to Typescript v2.2.3 #92

Closed amilner42 closed 7 years ago

amilner42 commented 7 years ago

Unlike upgrading libraries, Im not as worried with upgrading typescript because it's more just how well it does type-inference.

On V2.2.3 a lot of the issues with promise chains got fixed, so I think it would be awesome to upgrade and stop manually typing promise chains.