Skip to content

Commit 2016270

Browse files
committed
chore: add bundler config
1 parent ce446fb commit 2016270

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bundler.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { defineConfig } from '@hypernym/bundler'
2+
3+
export default defineConfig({
4+
entries: [{ input: './src/index.ts' }, { types: './src/types/index.ts' }],
5+
})

0 commit comments

Comments
 (0)