Skip to content

Instantly share code, notes, and snippets.

@grant
Last active March 24, 2018 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grant/90381fefb5a010f9c0766260f43cf937 to your computer and use it in GitHub Desktop.
Save grant/90381fefb5a010f9c0766260f43cf937 to your computer and use it in GitHub Desktop.
var ts = require('typescript');
var t = ts.transpile(s, {
compilerOptions: {
strict: true,
lib: ["es2015"],
}
});
console.log(t);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment