now I have a completely different problem: I'm getting error messages with paths like:
parse (dist/lib/linesplitting/Snippet.js:132:28)
except that filename and line number are based on the JS output of the typescript source, so it doesn't tell me where the error actually originates in my source
there has to be a way to fix this (I have sourcemaps and shit) but it's not turned on by default for some reasons