Skip to content

Commit c01d0f7

Browse files
committed
chore: add types/node to tsconfig
Signed-off-by: Christian Stewart <[email protected]>
1 parent 8304ff7 commit c01d0f7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
},
8484
"devDependencies": {
8585
"@eslint/js": "^9.25.1",
86-
"@types/node": "^22.15.2",
86+
"@types/node": "^22.15.18",
8787
"@typescript-eslint/eslint-plugin": "^8.31.0",
8888
"@typescript-eslint/parser": "^8.31.0",
8989
"eslint": "^9.25.1",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"module": "ESNext",
55
"moduleResolution": "bundler",
66
"lib": ["es2022", "esnext.disposable", "dom"],
7+
"types": ["node"],
78
"outDir": "./dist",
89
"rootDir": "./",
910
"strict": true,

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@
482482
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
483483
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
484484

485-
"@types/node@^22.15.2":
485+
"@types/node@^22.15.18":
486486
version "22.15.18"
487487
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.18.tgz#2f8240f7e932f571c2d45f555ba0b6c3f7a75963"
488488
integrity sha512-v1DKRfUdyW+jJhZNEI1PYy29S2YRxMV5AOO/x/SjKmW0acCIOqmbj6Haf9eHAhsPmrhlHSxEhv/1WszcLWV4cg==

0 commit comments

Comments
 (0)