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 97d7fd3 commit 542323fCopy full SHA for 542323f
package.json
@@ -44,8 +44,7 @@
44
"sideEffects": false,
45
"scripts": {
46
"dev": "tsx playground/main.ts",
47
- "build": "tsdown && pnpm run build:types",
48
- "build:types": "tsc --emitDeclarationOnly --declaration",
+ "build": "tsdown",
49
"docs:build": "typedoc",
50
"docs:preview": "serve docs",
51
"lint": "eslint --cache .",
tsdown.config.ts
@@ -3,5 +3,5 @@ import { defineConfig } from 'tsdown'
3
export default defineConfig({
4
entry: ['src/index.ts'],
5
platform: 'neutral',
6
- dts: false,
+ dts: true,
7
})
0 commit comments