Skip to content

Commit 6b4b14b

Browse files
committed
chore: update main bundler config
1 parent 2f17511 commit 6b4b14b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bundler.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ import { version } from './package.json'
44
export default defineConfig({
55
entries: [
66
{ input: './src/index.ts' },
7-
{ dts: './src/types/index.ts' },
7+
{ dts: './src/types/index.ts', output: './dist/index.d.mts' },
88
{
99
input: './src/index.ts',
1010
output: './dist/index.cjs',
1111
},
1212
{
1313
dts: './src/types/index.ts',
14-
output: './dist/types/index.d.cts',
14+
output: './dist/index.d.cts',
1515
},
1616
{
1717
input: './src/bin/index.ts',

0 commit comments

Comments
 (0)