Skip to content

Commit

Permalink
fix: bumps version for Node and TS target (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade committed Jul 12, 2023
1 parent 9a8e888 commit 3d243e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"doc": "docs"
},
"engines": {
"node": ">=14"
"node": ">=16.3.0"
},
"scripts": {
"test": "npm run build:testserver && cross-env TS_NODE_PROJECT=test/tsconfig.json mocha --config .mocharc.cjs",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"strictFunctionTypes": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"target": "ES2019",
"target": "ES2022",
"useUnknownInCatchVariables": true
}
}

2 comments on commit 3d243e4

@Batskitty
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"target": "ES2022",

@Batskitty
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wheres the love?

Please sign in to comment.