Question regarding Typescript source map in prod

I decompiled the generated apk and found that the prod apk contained the *.map files.
Is it really necessary for these files? Shouldn’t it be not included for releases?
I think loading the *.map files contributes to the loading process of ionic 2 apps.

Could someone enlighten me.

Thanks!