TypeScript Support in Beta
See original GitHub issueFirst off thanks to @tume @rklubenspies @codinronan for helping.
The new beta branch https://github.com/AnomalyInnovations/serverless-bundle/tree/beta now has TS support. Since I’m not much of a TS user, I could use some help getting this to a public release. Here is how you can help.
Start by using the beta version and reporting issues:
npm install --save-dev serverless-bundle@1.4.0-beta.0
@rklubenspies let’s look at supporting a TS single config file as you mentioned here - https://github.com/AnomalyInnovations/serverless-bundle/pull/51#issuecomment-582086181. Do most people use a single config file? If so, then we should build it into the plugin right?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:7
- Comments:47 (22 by maintainers)
Top Results From Across the Web
Announcing TypeScript 4.9 Beta - Microsoft Developer Blogs
Today we're announcing our beta release of TypeScript 4.9! To get started using the beta, you can get it through NuGet, or- use...
Read more >TypeScript 4.7 Beta Tackles 'Very Difficult' ECMAScript ...
Microsoft shipped the beta release of TypeScript 4.7, which tackles a "very difficult feature," ECMAScript Module Support in Node.js.
Read more >typescript - npm
TypeScript adds optional types to JavaScript that support tools for large-scale JavaScript applications for any browser, for any host, on any OS ...
Read more >TypeScript v4.9 Beta: Introducing the new satisfies operator
The newest beta version of TypeScript is here and adds a host of new upgrades, including the satisfies operator and improvements for the...
Read more >Documentation - TypeScript 4.5
TypeScript 4.5 introduces a way to override a specific built-in lib in a manner similar to how @types/ support works. When deciding which...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s alive! Thank you all for making this happen.
https://github.com/AnomalyInnovations/serverless-bundle/releases/tag/v2.0.0
Update using:
Just added support for specifying custom tsconfig path.
Upgrade with:
@janjanarnaldo This should fix your issue.
I think we are ready to push TS support to master and release it publicly. Does anybody want to give the new beta a test and give it a thumbs up?