Let $f(x) = e^x$
The derivative is by definition: $$\frac{d}{dx}e^x = \lim_{h\rightarrow 0}\frac{e^{x+h} -e^{x}}{h} =e^x\lim_{h\rightarrow 0}\frac{e^h-1}{h}$$
Using L'Hospital rule: $$\lim_{h\rightarrow 0}\frac{e^h-1}{h}=1$$
Therefore, $$\frac{d}{dx}e^x = e^x$$
My problem with this proof is that the L'Hospital rule already implies knowing how to calculate the derivative of the exponential. Thus, this kind of proof looks to me like a circular reasoning.
Is there a proof that shows how $\frac{d}{dx}e^x = e^x$ without having to calculate this derivative in any of the intermediate steps?