⭐️ Thanks everyone who has starred the project, it means a lot!
Note
This transpiler converts your WHOLE Typescript project to Javascript:
> Eg. If your homie doesn't know Typescript, don't go removing types file by file by yourself manually or use tools which removes types from the code you copy and paste into the tool, don't be an old hag, just download and use super-detype to remove types automatically from your whole project without any issues.
Important
Its crucial to install it globally, so that you can use it from any directory of terminal
- In your terminal
npm i -g super-detype
- If you do not wish to install it, then just
npx super-detype "<typescript-project-directory>" "<output-directory>"
[!TIP]
- In your terminal
- It's Recommended to wrap the path with "quotes" to select folders with spaces
- First arguement: should be the path of your typescript project's directory which you want to convert
- Second arguement: should be the path of destination where you want to save your converted project
super-detype "<typescript-project-directory>" "<output-directory>"
Supports:
- Nodejs (Tested)
- React (Tested)
- Remix (Tested)
- Nextjs (Tested)
- Gatsby (!Tested)
- Vite + HTML (Tested)
Does not support (yet):
- Vue
- Svelte
Note
Star this repository if it was ever helpful to you in any ways😁