aryan02420 / ps-extender

Extends functionality of PSD interface by adding controls for swapping rows quickly using the generated tools by the script
MIT License
1 stars 1 forks source link

migrate to typescript #2

Open aryan02420 opened 1 year ago

aryan02420 commented 1 year ago

all typescript files have // @ts-nocheck comment. Remove this and add proper type hints.

ramumaha commented 1 year ago

hey,I am interested to work on this issue.Can you explain a bit more on the issue? Can you assign it to me?

aryan02420 commented 1 year ago

@ramumaha You can delete // @ts-nocheck comment from the top of the files, then fix all type related issues.

It uses Vite for building, run tsc or npm run build to verify. only content.ts and utils.ts need fixes

Try not to take up any other issue with this one. 1 pr / issue

You can reference https://github.com/ananth243/ps-extender/tree/typescript

ramumaha commented 1 year ago

Got it!!!