Skip to content

Node is now supporting TS by default: Codebase Cleanup #2

Open
@pH-7

Description

@pH-7

Previously, by using --experimental-strip-types, it was possible to run TypeScript on Node.js, but this flag won't required anymore in Node JS, v23.6.

nodejs/node#56350

Since the flag is only being removed, we will still need to configure options like allowImportingTsExtensions. However, it's expected that these aspects will also be addressed in the next version of TypeScript!

Note: To use TypeScript features such as namespace and enum, the --experimental-transform-types flag will still be required.

Further more: https://www.totaltypescript.com/typescript-is-coming-to-node-23

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions