functional-typescript icon indicating copy to clipboard operation
functional-typescript copied to clipboard

Support newer versions of TypeScript

Open lqmanh opened this issue 4 years ago • 3 comments

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!

lqmanh avatar May 30 '20 15:05 lqmanh

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.

transitive-bullshit avatar May 30 '20 19:05 transitive-bullshit

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

lqmanh avatar May 31 '20 13:05 lqmanh

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!

lqmanh avatar May 31 '20 14:05 lqmanh