serverless-plugin-typescript
serverless-plugin-typescript copied to clipboard
Serverless plugin for zero-config Typescript support
Latest Glob dependency does not require @types anymore and this repo is using v10 which caused conflicts with other dependencies. SS of error:  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...