serverless-plugin-typescript
serverless-plugin-typescript copied to clipboard
Does not work with Typescript 3.7.2 / 3.7.3
Can't get this to work with the latest Typescript version
Error: ENOENT: no such file or directory, stat '/Users/project/.build/.serverless'
It works with Typescript 3.5.3
I've stopped using this plugin in the mean time and I've changed my build script to run 'tsc && serverless deploy' instead.
Hi @aelesia
I recently published a new version from my forked repo on npm: @kingdarboja/serverless-plugin-typescript
Please test it as I merged several PRs from this repo in order to solve several issues, including this one.
Cheers!
Has anyone has luck with typecript 3.8.3? It doesn't seem to work with this version either.