How do you use Istanbul Code Coverage with transpiled Typescript?
问题 I've been reading articles on this all morning trying to get my environment setup correctly. But for some reason I'm not getting it. My setup- /app ... source (mixed js and ts) /scripts ... copied source (js) typescripts.js // transpiled typescript with inline mapping Tests run fine, and with the mapping debugging in the chrome debugger is mapped correctly. But Istanbul sees the typescripts.js file as one file instead of the concatenation of dozens of other files. To generate the typescript