https://github.com/expressjs/typescript-wg
Express Typescript Working Group
https://github.com/expressjs/typescript-wg
Last synced: 5 months ago
JSON representation
Express Typescript Working Group
- Host: GitHub
- URL: https://github.com/expressjs/typescript-wg
- Owner: expressjs
- License: mit
- Created: 2025-07-02T20:49:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-18T21:23:18.000Z (5 months ago)
- Last Synced: 2025-08-18T22:15:29.548Z (5 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeScript Working Group
## Charter
The TypeScript Working Group manages the TypeScript-related aspects of the Express ecosystem,
providing guidance, support, and resources for TypeScript users and contributors.
### Responsibilities
- Ensure express package types are semantically correct, current with the implementation,
and provide a high-quality developer experience
- Maintaining up-to-date TypeScript type definitions
- Enhancing documentation for TypeScript usage across Express packages
- Ensure that types shared across Express Project packages are updated in sync to prevent
build errors across the ecosystem
- Work with the maintainers of each package to decide whether to include the types within
the package or in DefinitelyTyped
- Support testing type accuracy while in development and CI
## Current Initiatives
Create a table with the current initiatives of the TypeScript Working Group.
Each initiative should have a title, description, and a link to the issue tracking it.
| Initiative | Champion | Status | Links |
| ---------- | -------- | ------ | ----- |
| | | | |
## Members
The TypeScript Working Group is made up of volunteers, you do not need to be a member to participate,
but once you participate please open a PR to add yourself here.
Two teams exist for mentioning the group and managing access:
- @expressjs/typescript-wg: everyone participating in the WG has write access to this repo
- @expressjs/typescript-wg-captains: the repository captians as per Express project guidelines
### Team Members
- [Jon Church](https://github.com/jonchurch) (Captain)
- [Sebastian Beltran](https://github.com/bjohansebas) (Captain)
- [Phillip Barta](https://github.com/Phillip9587)
- [Hichem](https://github.com/clicktodev)
## Meetings
The TypeScript Working Group meets on an ad hoc basis. The meeting is open to the public.
The agenda and meeting notes are published in this repository.
## Offline Discussions
The TypeScript Working Group uses [GitHub Discussions](https://github.com/expressjs/typescript-wg/discussions)
for offline discussion. The discussions are open to the public and anyone may participate. Also, the group uses
the channel #express-ts-wg in the [OpenJS Foundation Slack](https://openjsf.org/collaboration) for realtime
discussions.
## Code of Conduct
The Express Project's CoC applies to this repo.