Skip to content

Commit

Permalink
Change compiler target.
Browse files Browse the repository at this point in the history
  • Loading branch information
Duc Nguyen committed Oct 18, 2023
1 parent c31416f commit 469ff11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
### Changed
- Removed dependencies on `http`, `bluebird`, `request`
- Use customgrouping3 instead of customgrouping for categorization
- Target `ES2022` instead of `ES5`

## Removed
- Possibility to use a query string
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"target": "ES2022",
"sourceMap": true,
"declaration": true,
"outDir": "./dist",
Expand Down

0 comments on commit 469ff11

Please sign in to comment.