Commit 714b1ac
committed
build: bump typescript 5.9.3 -> ^6.0.3
TypeScript 6.0 changed the default `types` compiler option from
implicitly including every package under node_modules/@types to an
empty array, so the root tsconfig now explicitly opts into "node" to
keep ambient Node globals (Buffer, process) resolving for
playwright.config.ts and other node-context files reachable from the
default program.
@angular/build 21.2.x peer-depends on typescript <6.0, but
@angular/compiler-cli allows >=5.9 <6.1 and lint/typecheck/build all
pass clean under 6.0.3.1 parent 9ae6177 commit 714b1ac
3 files changed
Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments