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 95f3de5 commit bfcf3c2Copy full SHA for bfcf3c2
package.json
@@ -97,6 +97,6 @@
97
"vue": "^3.3.4"
98
},
99
"engines": {
100
- "node": ">=14.19.0"
+ "node": ">=16.14.0"
101
}
102
tsup.config.ts
@@ -3,7 +3,7 @@ import { defineConfig } from 'tsup'
3
export default defineConfig({
4
entry: ['./src'],
5
format: ['cjs', 'esm'],
6
- target: 'node14',
+ target: 'node16.14',
7
splitting: true,
8
clean: true,
9
dts: true,
0 commit comments