I was trying to solve the derivative of $e^{x}$ the traditional way with the definition of the derivative: $$ \lim_{h\rightarrow 0}\frac{e^{x+h}-e^{x}}{h} $$ so I solved like this:
$$\lim_{h\rightarrow 0}\frac{e^{x+h}-e^{x}}{h} = \lim_{h\rightarrow 0}\frac{e^{x}\cdot e^{h} -e^{x}}{h}= e^{x}\cdot \lim_{h\rightarrow 0}\frac{e^{h} -1}{h}=e^{x}$$ where I solved $\lim_{h\rightarrow 0}\frac{e^{h} -1}{h}$ numerically to get 1 (which was expected because I've done this with implicit differentiation and with Taylor Series as proofs for the derivative of $e^{x}$ to be itself).
So how to solve $\lim_{h\rightarrow 0}\frac{e^{h} -1}{h}$ non-numerically and without L'Hôspital's rule?