Skip to content

Conversation

@ctrl-cheeb-del
Copy link
Contributor

Updates TypeScript documentation to cover Node.js's experimental TypeScript support.

Resolves #797


## Method 3: Node.js Native TypeScript Support

Starting with Node.js 23.6.0+, you can run TypeScript files directly using Node.js's [experimental TypeScript support](https://nodejs.org/api/typescript.html). This eliminates the need for external TypeScript compilers or build steps.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a command about how to run it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just added :)

@metcoder95 metcoder95 merged commit c43b078 into piscinajs:current Jun 3, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update TypeScript docs to talk about Node.js support for TypeScript

2 participants