Ankit Chouhan
Ankit Chouhan
Use `npx ts-migrate rename . --sources="path/to/folder/**/*"` or Use `npx ts-migrate migrate . --sources="path/to/folder/**/*"` You get the idea. `.` defines that the current folder is my project folder.
Hey, Thanks for the PR. Our hands are full due to other works. Since it's a new feature, will check it later.
Use the following commands. ``` npm i npm run build npm run dev ```
@Lakhankumawat Please add these steps in contribution guidelines.
Basically tsup package is not recognized via node. Easy solution would be install tsup globally. Hard solution is to check why nodeJS is unable to recognize tsup package in node_modules...
tsconfig/base.json file exists in packages/tsconfig/base.json Check for tsconfig package in node_modules
Currently we are not keeping location metadata. This will need a good amount of work to resolve. It's in pipeline.
Great work! will check.
``` hi bhai apna funda Counter() { bhai ye hai count = 1; apan funda increment() { count += 1; rakh le bhai count; } rakh le bhai increment; }...
Credit: [@Nikhil_Mahana](https://twitter.com/Nikhil_Mahana)