Skip to content

Commit 9735f20

Browse files
nadalabaMiodec
andauthored
fix: add @types/node to packages devDependencies (@nadalaba) (#7789)
after `"types": ["node"]` was added to the base tsconfig on e7cd1a0, running `pnpm ts-check --force` fails: > @monkeytype/tsup-config:ts-check: error TS2688: Cannot find type definition file for 'node'. @monkeytype/tsup-config:ts-check: The file is in the program because: @monkeytype/tsup-config:ts-check: Entry point of type library 'node' specified in compilerOptions Co-authored-by: Jack <jack@monkeytype.com>
1 parent a0627a5 commit 9735f20

6 files changed

Lines changed: 20 additions & 0 deletions

File tree

packages/contracts/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"devDependencies": {
2929
"@monkeytype/tsup-config": "workspace:*",
3030
"@monkeytype/typescript-config": "workspace:*",
31+
"@types/node": "24.9.1",
3132
"madge": "8.0.0",
3233
"oxlint": "1.60.0",
3334
"oxlint-tsgolint": "0.21.0",

packages/funbox/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"devDependencies": {
2525
"@monkeytype/tsup-config": "workspace:*",
2626
"@monkeytype/typescript-config": "workspace:*",
27+
"@types/node": "24.9.1",
2728
"madge": "8.0.0",
2829
"oxlint": "1.60.0",
2930
"oxlint-tsgolint": "0.21.0",

packages/schemas/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"devDependencies": {
2626
"@monkeytype/tsup-config": "workspace:*",
2727
"@monkeytype/typescript-config": "workspace:*",
28+
"@types/node": "24.9.1",
2829
"madge": "8.0.0",
2930
"oxlint": "1.60.0",
3031
"oxlint-tsgolint": "0.21.0",

packages/tsup-config/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@monkeytype/typescript-config": "workspace:*",
20+
"@types/node": "24.9.1",
2021
"oxlint": "1.60.0",
2122
"oxlint-tsgolint": "0.21.0",
2223
"typescript": "6.0.2"

packages/util/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"devDependencies": {
2020
"@monkeytype/tsup-config": "workspace:*",
2121
"@monkeytype/typescript-config": "workspace:*",
22+
"@types/node": "24.9.1",
2223
"madge": "8.0.0",
2324
"oxlint": "1.60.0",
2425
"oxlint-tsgolint": "0.21.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)