serverless-plugin-typescript icon indicating copy to clipboard operation
serverless-plugin-typescript copied to clipboard

Serverless plugin for zero-config Typescript support

Results 125 serverless-plugin-typescript issues
Sort by recently updated
recently updated
newest added

Full error is Error: ENOENT: no such file or directory, stat 'C:\Users\Jeffrey\Desktop\Code\shopify-clone\server\.build\.serverless' I'm currently running ``` node: 12.16.3 typescript: 4.1.3 serverless-plugin-typescript: 1.1.9 ```

For reference: https://github.com/FidelLimited/serverless-plugin-warmup/issues/43 https://github.com/FidelLimited/serverless-plugin-warmup/issues/85 Seems like it might be an issue with this plugin? But i'm not sure. Posting for visibility, and possibly guidance.

Hello **Prisma Labs** team, This issue is more like a concern about the current state of the plugin as there hasn't been any update (release) since July 2019 and there...

We are running a setup where we have a serverless lambda folder and an npm folder and have a symlink setup. It works great, but when we run tsc in...

Is there a way to execute command(s) after compilation from ts to js while running/deploying the application? I want to use `link-module-alias` in the project to support path aliases. For...

Resolve following issue thrown when TypeScript complain about something errors in tsconfig.json file. ``` TypeError: Cannot read property 'getLineAndCharacterOfPosition' of undefined ```

Hey, I've just recently started trying out serverless framework and this plugin just today. So sorry in case things are a bit inaccurate :) My problem is that, together with...

It would be nice to have the option of turning off type checking. I rely on the editor for type checking, and we don't enforce type checking with this part...

Not sure if this is the right place for me to ask a Question - my apologies if its not. I am trying to use serverless-plugin-typescript and would like to...