Commit 862a6f5
committed
fix(tsconfig): test config uses NodeNext — Node16 was flagged deprecated by user's TS service
User's IDE flagged 'Node16' as deprecated even though TS 5.9.3
accepts it without warning at compile time. NodeNext is the current
non-deprecated value and pairs cleanly with our CommonJS-emitting
test compile (NodeNext auto-detects module format from package.json
type field — our extension package.json has no 'type' so commonjs).1 parent 9ab27d4 commit 862a6f5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments