question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TypeScript Support in Beta

See original GitHub issue

First 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:closed
  • Created 4 years ago
  • Reactions:7
  • Comments:47 (22 by maintainers)

github_iconTop GitHub Comments

6reactions
jayaircommented, Jul 21, 2020

It’s alive! Thank you all for making this happen.

https://github.com/AnomalyInnovations/serverless-bundle/releases/tag/v2.0.0

Update using:

$ npm install --save-dev --save-exact serverless-bundle@2.0.0
4reactions
jayaircommented, Jul 14, 2020

Just added support for specifying custom tsconfig path.

custom:
  bundle:
    tsConfig: 'tsconfig.special.json'

Upgrade with:

$ npm install --save-dev serverless-bundle@2.0.0-beta.2

@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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found