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 3f0bad8 commit 6228215Copy full SHA for 6228215
2 files changed
package.json
@@ -13,7 +13,7 @@
13
"exports": "./dist/index.js",
14
"description": "Unless middleware for tinyhttp",
15
"engines": {
16
- "node": ">=12.20 || >=14.18 || >=16"
+ "node": ">=14.18 || >=16.20"
17
},
18
"files": [
19
"dist"
tsconfig.json
@@ -1,7 +1,7 @@
1
{
2
"compilerOptions": {
3
"module": "NodeNext",
4
- "target": "ES2019",
+ "target": "ES2022",
5
"moduleResolution": "NodeNext",
6
"moduleDetection": "force",
7
"strict": false,
0 commit comments