Skip to content

Commit 6849330

Browse files
Update from template: W0086-updateTsconfigNode (#397)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ff169ec commit 6849330

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

package-lock.json

Lines changed: 8 additions & 0 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"@iobroker/adapter-dev": "^1.5.0",
3636
"@iobroker/eslint-config": "^2.3.4",
3737
"@iobroker/testing": "^5.2.2",
38+
"@tsconfig/node22": "^22.0.5",
3839
"@types/node": "^25.9.0",
3940
"@types/proxyquire": "^1.3.31",
4041
"proxyquire": "^2.1.3",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Root tsconfig to set the settings and power editor support for all TS files
22
{
3+
"extends": "@tsconfig/node22/tsconfig.json",
34
"compileOnSave": true,
45
"compilerOptions": {
56
// do not compile anything, this file is just to configure type checking

0 commit comments

Comments
 (0)