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 5180f5c commit 44b5824Copy full SHA for 44b5824
1 file changed
bundler.config.ts
@@ -3,6 +3,6 @@ import { defineConfig } from '@hypernym/bundler'
3
export default defineConfig({
4
entries: [
5
{ input: './src/index.ts' },
6
- { dts: './src/types.ts', output: './dist/index.d.mts' },
+ { dts: './src/types.ts', output: './dist/index.d.ts' },
7
],
8
})
0 commit comments