bash can use any of the parameters that are valid with set as the command line parameter, so you can just use
bash -e myScript
Here is the first sentence from the "Parameters" section of the manual page (my attention, I know that I have been silent about this proposal for a long time):
In addition to the one-character shell parameters described in the built-in command description , bash interprets the following parameters when called:
source share