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 884d821 commit e436bc5Copy full SHA for e436bc5
package.json
@@ -98,7 +98,7 @@
98
"vitest": "^3.1.3"
99
},
100
"engines": {
101
- "node": ">=18.12.0"
+ "node": ">=20.18.0"
102
103
"prettier": "@sxzz/prettier-config"
104
}
tsdown.config.ts
@@ -1,9 +1,5 @@
1
import { defineConfig } from 'tsdown'
2
3
export default defineConfig({
4
- entry: ['./src/*.ts'],
5
- format: 'esm',
6
- target: 'node18.12',
7
- clean: true,
8
- dts: { transformer: 'oxc' },
+ entry: './src/*.ts',
9
})
0 commit comments