transitive-bullshit / functional-typescript

TypeScript standard for rock solid serverless functions.
https://twitter.com/transitive_bs
629 stars 16 forks source link

Support newer versions of TypeScript #28

Open lqmanh opened 4 years ago

lqmanh commented 4 years ago

Hi,

I'm trying to use Saasify but it won't work with the latest version of TypeScript (v3.9.x). It seems like fts only supports TypeScript up to v3.2.x, which is a bit outdated. Are there any workaround I can do so that my code can work properly?

Thank you!

transitive-bullshit commented 4 years ago

More recent versions of Saasify have moved away from using this project, though it's still supported.

Now, you can use any language including newer versions of TS and deploy your backend code wherever you want instead of being constrained to use FTS.

tsoa is also a solid alternative.

lqmanh commented 4 years ago

Oh I see. I'm trying to switch to Nestjs.

lqmanh commented 4 years ago

Hello again,

I've been trying to switch to Nestjs. However there are some problems when I deploy my code. I've summitted this issue. Please have a look when you have time.

Thank you!