Hi,
I am using javascript to develop a plugin. I write the code for my plugin in code.js.
However, whenever I setup Typescript compilation (as per the guide here: Plugin Quickstart Guide | Plugin API), my code.js file is replaced. From what I can tell, it is replaced by what is in code.ts.
At the same time, if I copy and paste my code from code.js into code.ts, I get errors.
Is this going to be a problem when I go ahead and officially launch the plugin? So for example, if I have functioning code in code.js, and I then submit the plugin, will that code get replaced by what is in code.ts?