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.
bundler
1 parent ce446fb commit 2016270Copy full SHA for 2016270
bundler.config.ts
@@ -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