Skip to content

Commit

Permalink
Merge pull request #5 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 452bd4f + 9f1afa8 commit 227e52d
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 @@ -12,6 +12,10 @@
"prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module"
},
"author": "Balena Inc. <[email protected]>",
"engines": {
"node": ">=20.14.0",
"npm": ">=10.7.0"
},
"license": "Apache-2.0",
"devDependencies": {
"@balena/lint": "^9.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 227e52d

Please sign in to comment.