Commit 8beabb6
committed
🐛 add @types/node so typecheck finds node type defs
tsconfig sets "types": ["node"], but @types/node was only present transitively as an optional peer dep of np's inquirer. Upgrading np@7→np@11 changed the tree so a fresh install no longer hoisted it, breaking tsc in CI with TS2688.1 parent 0a4e65f commit 8beabb6
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
0 commit comments