Convert project from Typescript to Javascript (short)
Jul 27, 2024
This is just a draft.
- convert types from ts files with ChatGPT. paste into corresponding js files
- launch ts-to-jsdoc on the source files directory
- delete tsconfig.json, typescript packages
- run eslint
- also use Webstorm code inspection to find errors
- use regexpr replace from the IDE
- to rename files, use find+exec+rename