-
We currently need to add //@ts-nocheck because TypeScript types don't work :(
For some reason, when we compile with tsup with `dts: true`, it throws weird errors. (Note that [this line](https://git…
-
So I was working on a project where I wanna setup svgr inside a tsup package in turborepo.
This is my tsup config
```ts
import type { Options } from "tsup";
import { defineConfig } from "tsup";…
-
## Upvote & Fund
- We're using [Polar.sh](https://polar.sh/egoist) so you can upvote and help fund this issue.
- We receive the funding once the issue is completed & confirmed by you.
- Thank you …
-
Approaching this package, it seems to emphasize the `server` entry-point, whereas `meteor-vite` seems to emphasize the `client` entry-point. Is there a way to shift over to anticipate more than `serve…
-
This error is thrown by Vitest, when running tests against a project using a package compiled by `tsup`.
> TypeError: __require.resolve is not a function
The bundled code of `lib/index.mjs` look…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
files:
```ts
// entry.ts
import { a } from './file'
// file.ts
export const a = 123
```
config:
```ts
export default defineConfig({
entry: ['./entry.ts', './file.ts'],
format: 'esm'…
tmkx updated
2 months ago
-
https://github.com/egoist/tsup
I think it'd make things a lot cleaner - it'd mean you don't have to import .js files, you can do import prefixes (e.g. @/agent/foo' instead of '../agent/foo.js' stuf…
-
Like we can modify output extension of JavaScript files is there also a way to do the same for type definition files?
I tried returning this because `dts` was showing up in the autocomplete return …
-
Currently running a fairly simple build script from [one of my package](https://github.com/mgcrea/pino-pretty-compact/blob/v1.1.2/package.json#L28), basically:
`tsup --entry src/index.ts --format …