If I'm not mistaken, since the new features are using user set parameters, the ts script would need to be compiled to js for the import to work correctly (if no user parameter is set, no need to compile if the default settings are applied). A potential second solution would be to compile the different configs and let the user import only the mode he wants removing the need to recompile for the user. Correct me if I'm wrong.
If I'm not mistaken, since the new features are using user set parameters, the ts script would need to be compiled to js for the import to work correctly (if no user parameter is set, no need to compile if the default settings are applied). A potential second solution would be to compile the different configs and let the user import only the mode he wants removing the need to recompile for the user. Correct me if I'm wrong.