Dan

Results 29 comments of Dan

I'd really love to have this feature! Did you make some progress @paul42?

Can we not remove the triple-slash directive and set `noLib` to `true` in the `tsconfig.json`? Source: https://stackoverflow.com/a/31696608/612202 & https://basarat.gitbook.io/typescript/type-system/lib.d.ts#lib.d.ts

I am hitting this issue in Vite/Vitest and am still looking for a workaround. Setting [`resolve.conditions`](https://vitejs.dev/config/shared-options#resolve-conditions) is too intrusive in my use case and causes other side effects. So a...

Do you use v13.x? There might have been a mishap in the releases. It looks like NPM `latest` is on `v14.0.0-beta5`, but this is wrong (it should only be on...

Hey @HPieters 👋 Hmm, not sure if I understand correctly, but the problem seems to be related when the image does not exist. In [this forked sandbox with an existing...

We have a similar issue. `pnpm` also supports overriding `exports`, etc. in [`publishConfig`](https://pnpm.io/package_json#publishconfig). This workflow is also broken with `nx` because it uses `npm` to publish. I am just learning...

@chuyskywalker Is there a problem with this fix? It works and really helped me

Thank you for reporting this, @kof! That's indeed some significant size increase. I'll need to investigate why and what's going on there. I tried to switch to rollup sometime ago,...

> Should we consider using [helix-flare](https://github.com/launchport/helix-flare)? I would recommend [`graphql-yoga`](https://github.com/dotansimha/graphql-yoga) instead :)