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 75b289c commit 063fce1Copy full SHA for 063fce1
tsup.config.ts
@@ -1,7 +1,7 @@
1
import { defineConfig } from 'tsup';
2
3
export default defineConfig({
4
- entry: ['lib', '!lib/**/*.test.ts'],
+ entry: ['lib', '!lib/**/*.test.ts', '!lib/**/*.spec.ts'],
5
format: ['cjs', 'esm'],
6
dts: true,
7
clean: true,
0 commit comments