We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cef84f commit 467c3dbCopy full SHA for 467c3db
packages/global/tsdown.config.ts
@@ -1,5 +1,5 @@
1
import { defineConfig } from 'tsdown';
2
3
export default defineConfig({
4
- entry: ['./src'],
+ entry: ['./src/index.ts'],
5
});
0 commit comments