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 fa1accc commit 5ff0376Copy full SHA for 5ff0376
package.json
@@ -29,7 +29,7 @@
29
"changelog.md"
30
],
31
"engines": {
32
- "node": ">= 14.5.0"
+ "node": ">= 16"
33
},
34
"scripts": {
35
"clean": "del-cli dist/ coverage/ *.log *.tmp *.tgz *.bak",
tsconfig.json
@@ -3,6 +3,6 @@
3
"exclude": ["node_modules/"],
4
"extends": "@express-rate-limit/tsconfig",
5
"compilerOptions": {
6
- "target": "es2021"
+ "target": "es2022"
7
}
8
0 commit comments