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.
20.19
1 parent 8f3f3df commit c5117f6Copy full SHA for c5117f6
package.json
@@ -87,7 +87,7 @@
87
"webpack": "^5.102.0"
88
},
89
"engines": {
90
- "node": ">=20.18.0"
+ "node": ">=20.19.0"
91
92
"prettier": "@sxzz/prettier-config"
93
}
tsconfig.json
@@ -1,7 +1,7 @@
1
{
2
"compilerOptions": {
3
"target": "esnext",
4
- "lib": ["es2022"],
+ "lib": ["es2023"],
5
"moduleDetection": "force",
6
"module": "preserve",
7
"moduleResolution": "bundler",
tsdown.config.ts
@@ -3,4 +3,5 @@ import { defineConfig } from 'tsdown'
export default defineConfig({
entry: './src/*.ts',
exports: true,
+ inlineOnly: [],
})
0 commit comments