# @babel/plugin-transform-flow-comments > Turn flow type annotations into comments See our website [@babel/plugin-transform-flow-comments](https://new.babeljs.io/docs/en/next/babel-plugin-transform-flow-comments.html) for more information. ## Install Using npm: ```sh npm install --save @babel/plugin-transform-flow-comments ``` or using yarn: ```sh yarn add --save @babel/plugin-transform-flow-comments ```