Hello! I would like to modify the native PostgreSQL to include some better default options that fit my neds et cetera.
My original was to simply copy the original postgresql plugin into the plugin directory, rename it and do the changes I want. Sadly this does not seem to work (when selecting the new plugin it looks for module.js but can not find it). I assume I have to compile the typescript to javascript somehow. What would be the proper setup for to make this work properly?