diff --git a/apps/site/pages/en/learn/typescript/run-natively.md b/apps/site/pages/en/learn/typescript/run-natively.md index 8cf0e350b9781..df6e015a46271 100644 --- a/apps/site/pages/en/learn/typescript/run-natively.md +++ b/apps/site/pages/en/learn/typescript/run-natively.md @@ -45,8 +45,6 @@ enum MyEnum { console.log(MyEnum.A); ``` -Future versions of Node.js will include support for TypeScript without the need for a command line flag. - ## Limitations At the time of writing, the experimental support for TypeScript in Node.js has some limitations.