I would like to personalize my list, to make it more compact. In part I managed, in fact I was able to reduce the space between the item but the problem I have now is that when in the same item the sentence is indented the space is too much space between the lines, I had to put the spacing of my whole document set at 1.5 (\renewcommand{\baselinestretch}{1.5}) but in the list I would like it to be 1 ... Specifically, in the picture below, in the second item, I would like to reduce the space between the first and second line
Below is my code
begin{itemize}[topsep=0pt,itemsep=-2ex]
\item exterior orientation file (EO): it describes the position of the camera when the images are acquired;
\item interior orientation file (IO): it describes the internal geometry of a camera, i.e., the camera and distortion parameters;
\end{itemize}
Thanks!

