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 8e2fc1e commit 60bd19aCopy full SHA for 60bd19a
package.json
@@ -30,12 +30,12 @@
30
"types": "./dist/index.d.ts",
31
"exports": {
32
".": "./dist/index.js",
33
+ "./api": "./dist/api.js",
34
+ "./esbuild": "./dist/esbuild.js",
35
+ "./rollup": "./dist/rollup.js",
36
"./vite": "./dist/vite.js",
37
"./webpack": "./dist/webpack.js",
- "./rollup": "./dist/rollup.js",
- "./esbuild": "./dist/esbuild.js",
- "./api": "./dist/api.js",
38
- "./*": "./*"
+ "./package.json": "./package.json"
39
},
40
"typesVersions": {
41
"*": {
tsdown.config.ts
@@ -2,4 +2,5 @@ import { defineConfig } from 'tsdown'
2
3
export default defineConfig({
4
entry: './src/*.ts',
5
+ exports: true,
6
})
0 commit comments