We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e2681 commit 9a6bc56Copy full SHA for 9a6bc56
tsup.config.ts
@@ -6,7 +6,6 @@ export default defineConfig([
6
sourcemap: false,
7
clean: true,
8
dts: true,
9
- keepNames: true,
10
target: 'esnext',
11
format: ['esm', 'cjs'],
12
entryPoints: ['src/exports/package.ts'],
@@ -17,7 +16,6 @@ export default defineConfig([
17
16
18
19
dts: false,
20
21
22
format: ['esm'],
23
entryPoints: ['src/exports/cli.ts'],
0 commit comments