We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29a971 commit f54695aCopy full SHA for f54695a
tsup.config.ts
@@ -3,7 +3,7 @@ import {fixImportsPlugin} from 'esbuild-fix-imports-plugin';
3
4
export default defineConfig({
5
esbuildPlugins: [fixImportsPlugin()],
6
- entry: ['src/**/*.ts'],
+ entry: ['src/**/*.ts', 'src/**/*.tsx', '!src/**/*.test.ts', '!src/**/*.test.tsx'],
7
dts: true,
8
clean: true,
9
sourcemap: true,
0 commit comments