Commit fb57f87
fix(e2e): Add node types to generic TS test tsconfigs
With types:[], @types/node was only loaded because @types/pg
(transitive dep of instrumentation-pg) had `/// <reference types="node" />`.
Removing instrumentation-pg broke that chain. Explicitly including
"node" in types reflects what any real Node.js consumer would have.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c6acafc commit fb57f87
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- dev-packages/e2e-tests/test-applications
- generic-ts3.8
- generic-ts5.0
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments