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

I have a repo with a tsconfig.json that fails typescript compilation, but running `sls package` just logs the errors/warnings instead of failing. Is there a way to configure it to...

Maybe the compile failed - there is no .build directory although it works fine under other setup. There is a nuxt here as well. Debugger attached. Serverless: Running "serverless" installed...

## Issue There are some packages that don't have types, so I created an `index.d.ts` file then I declared them there. It works fine when the source is compiled locally...

When building and deploying a lambda typescript function i want to include some static files and additional js files. When I have the following in serverless.yml package: individually: true Then...

Since this release https://github.com/serverless/serverless/releases/tag/v2.30.0 This plugin does not work, if running with SLS_DEBUG="*" it produces following: ``` .... Serverless: Invoke deploy Serverless: Warning: The command you entered did not catch...

I just want say how seamless the `serverless offline start` is beautiful, love it. Unfortunately I can seem to run the `serverless package` because of the following issues #1 https://github.com/prisma/serverless-plugin-typescript/blob/master/src/index.ts#L169-L172...

The typescript provides project references to combine two projects using references and composite flag in `compilerOptions`. (Check [this example](https://www.typescriptlang.org/docs/handbook/project-references.html) on typescript docs). I have set up a similar project except...

``` >>> serverless plugin install --name serverless-plugin-typescript Serverless: Installing plugin "serverless-plugin-typescript@latest" (this might take a few seconds...) Type Error --------------------------------------------- TypeError: Cannot read property 'kind' of null at /Users/thoad/.nvm/versions/node/v12.14.1/lib/node_modules/serverless/lib/utils/yamlAstParser.js:46:13 at...

Hi All, we are seeing the error "[ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined" after adding the serverless-bundle plugin. error stack: erverless: Auto instrumenting functions with...

Adds options to toggle certain features of this plugin. In my setup, I package all my lambdas with `rollup`. However, this plugin is very convenient when running integration tests or...