Skip to content

TypeScript article: Add experimental-strip-types note #7030

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ authors: sbielenica, ovflowd, vaishnav-mk, AugustinMauroy

# Node.js with TypeScript

> Note: Since this article was written, Node.js added experimental support for TypeScript with the `--experimental-strip-types` flag, in [version 22.6.0](https://nodejs.org/en/blog/release/v22.6.0).

## What is TypeScript

**[TypeScript](https://www.typescriptlang.org)** is an open-source language maintained and developed by Microsoft. It's loved and used by a lot of software developers around the world.
Expand Down