/// <summary>
 /// Compile ES6 and JSX files on the asset pipeline.
 /// </summary>
 public static IAsset TranspileJavaScript(this IAsset asset)
 {
     return(asset.CompileTypeScript());
 }