Skip to content

Commit f54695a

Browse files
committed
Fix build
1 parent a29a971 commit f54695a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {fixImportsPlugin} from 'esbuild-fix-imports-plugin';
33

44
export default defineConfig({
55
esbuildPlugins: [fixImportsPlugin()],
6-
entry: ['src/**/*.ts'],
6+
entry: ['src/**/*.ts', 'src/**/*.tsx', '!src/**/*.test.ts', '!src/**/*.test.tsx'],
77
dts: true,
88
clean: true,
99
sourcemap: true,

0 commit comments

Comments
 (0)