I'm looking to configure a Build System in Sublime Text for TypeScript. I'm currently using... { "cmd": ["tsc", "$file"], "selector": "source.ts" } I'd also like to set the 'file_regex' property to handle error messages. Anyone know what to set this to?

