Is there an api that can be `require` ed from node to compile file. eg ``` javascript var ts = require('typescript'); ts.compile(filePath, {options}, function(err, js) { //etc }) ```