You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
andenum
, the--experimental-transform-types
flag will still be required.Further more: https://www.totaltypescript.com/typescript-is-coming-to-node-23
The text was updated successfully, but these errors were encountered: