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 e7bb924 commit 58ea899Copy full SHA for 58ea899
package.json
@@ -116,7 +116,7 @@
116
"vue": "^3.5.13"
117
},
118
"engines": {
119
- "node": ">=16.14.0"
+ "node": ">=18.12.0"
120
121
"prettier": "@sxzz/prettier-config",
122
"resolutions": {
tsup.config.ts
@@ -3,7 +3,7 @@ import { defineConfig } from 'tsup'
3
export default defineConfig({
4
entry: ['./src/*.ts'],
5
format: ['cjs', 'esm'],
6
- target: 'node16.14',
+ target: 'node18.12',
7
splitting: true,
8
cjsInterop: true,
9
clean: true,
0 commit comments