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

Latest Glob dependency does not require @types anymore and this repo is using v10 which caused conflicts with other dependencies. SS of error: ![image](https://github.com/serverless/serverless-plugin-typescript/assets/18245334/1463e607-8075-41ec-9e28-37bfaaece65d) Temporary workaround: Overwrite globby to 11.1.0...

No plan to support v4?

This is probably related to this issue https://github.com/serverless/serverless-plugin-typescript/issues/220 However I found that running `const newWatchFiles = typescript.getSourceFiles(rootFileNames, tsConfig)` on every file change takes too long depending on the codebase. I...

When compiling with node20.x or node22.x, I got this error: ``` { file: undefined, start: undefined, length: undefined, code: 2688, category: 1, messageText: { messageText: "Cannot find type definition file...