Skip to content

Commit 1665ca9

Browse files
Update from template: W0086-updateTsconfigNode (#313)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3a86dab commit 1665ca9

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@iobroker/adapter-dev": "^1.5.0",
3737
"@iobroker/eslint-config": "^2.3.4",
3838
"@iobroker/testing": "^5.2.2",
39-
"@tsconfig/node20": "^20.1.9",
39+
"@tsconfig/node22": "^22.0.5",
4040
"@types/node": "^22.19.19",
4141
"@types/proxyquire": "^1.3.31",
4242
"proxyquire": "^2.1.3",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
// To update the compilation target, install a different version of @tsconfig/node... and reference it here
44
// https://github.com/tsconfig/bases#node-16-tsconfigjson
5-
"extends": "@tsconfig/node20/tsconfig.json",
5+
"extends": "@tsconfig/node22/tsconfig.json",
66
"compilerOptions": {
77
// do not compile anything, this file is just to configure type checking
88
// the compilation is configured in tsconfig.build.json

0 commit comments

Comments
 (0)