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 2f17511 commit 6b4b14bCopy full SHA for 6b4b14b
1 file changed
bundler.config.ts
@@ -4,14 +4,14 @@ import { version } from './package.json'
4
export default defineConfig({
5
entries: [
6
{ input: './src/index.ts' },
7
- { dts: './src/types/index.ts' },
+ { dts: './src/types/index.ts', output: './dist/index.d.mts' },
8
{
9
input: './src/index.ts',
10
output: './dist/index.cjs',
11
},
12
13
dts: './src/types/index.ts',
14
- output: './dist/types/index.d.cts',
+ output: './dist/index.d.cts',
15
16
17
input: './src/bin/index.ts',
0 commit comments