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.
1 parent b3be52c commit cb3d9c2Copy full SHA for cb3d9c2
1 file changed
bundler.config.ts
@@ -1,5 +1,6 @@
1
import { defineConfig } from '@hypernym/bundler'
2
3
export default defineConfig({
4
+ alias: true,
5
entries: [{ input: './src/index.ts' }, { types: './src/types/index.ts' }],
6
})
0 commit comments