I am the author of TreeJS. So far, I use TypeScript to generate the build file (plain browser-understandable JS), a Type Definitions file, and a map file for the unminified build. I use an external tool called Minify to minify the build.
My question is, should I also create a map file for the minified build, or the map file for the unminified build will work with the minfied one?
And, If I do need to build a map for that, does anyone know any tools?