Skip to content

Commit

Permalink
Merge pull request #12 from balena-io-modules/bump-target-to-ES2022
Browse files Browse the repository at this point in the history
Bump target to ES2022
  • Loading branch information
flowzone-app[bot] authored Jan 2, 2025
2 parents 545357a + 14ac975 commit d29ccf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
},
"author": "Balena Inc. <[email protected]>",
"license": "Apache-2.0",
"engines": {
"node": ">=20.14.0",
"npm": ">=10.7.0"
},
"devDependencies": {
"@balena/lint": "^8.2.8",
"@balena/sbvr-types": "^7.1.3",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"removeComments": true,
"sourceMap": true,
"strict": true,
"target": "es2021",
"target": "ES2022",
"declaration": true,
"skipLibCheck": true
},
Expand Down

0 comments on commit d29ccf5

Please sign in to comment.