Skip to content

Commit 44b5824

Browse files
committed
chore: update dts output path
1 parent 5180f5c commit 44b5824

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bundler.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import { defineConfig } from '@hypernym/bundler'
33
export default defineConfig({
44
entries: [
55
{ input: './src/index.ts' },
6-
{ dts: './src/types.ts', output: './dist/index.d.mts' },
6+
{ dts: './src/types.ts', output: './dist/index.d.ts' },
77
],
88
})

0 commit comments

Comments
 (0)