Skip to content

Commit

Permalink
Upgrade TypeScript to 5.5 (#63012)
Browse files Browse the repository at this point in the history
- Upgrade TypeScript to 5.5.
- Add a jsonc langauge hint for tsconfig files.
- Dedupes npm packages.

---

Co-authored-by: sirreal <jonsurrell@git.wordpress.org>
Co-authored-by: jsnajdr <jsnajdr@git.wordpress.org>
  • Loading branch information
3 people authored Jul 16, 2024
1 parent a3b16e3 commit c4332b6
Show file tree
Hide file tree
Showing 3 changed files with 546 additions and 2,232 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ changelog.txt linguist-language=Markdown

# Flag docs directory as documentation for GitHub stats.
docs/** linguist-documentation

# TSConfig files use jsonc.
tsconfig*.json linguist-language=jsonc
Loading

0 comments on commit c4332b6

Please sign in to comment.