constructor(options?: JSCompilerConfig, configFile?: string) {
    this.compiler = new JSCompiler(options);
    this.linter = new JSLint(configFile);
  }