Left file: appwork-v1_3_1/angular-starter/e2e/tsconfig.e2e.json  
Right file: appwork-v1_4_0/angular-starter/e2e/tsconfig.json  
{ = {
  "extends": "../tsconfig.json",     "extends": "../tsconfig.json",
  "compilerOptions": {     "compilerOptions": {
    "outDir": "../out-tsc/app", <>     "outDir": "../out-tsc/e2e",
    "module": "commonjs", =     "module": "commonjs",
    "target": "es5",       "target": "es5",
    "types": [       "types": [
      "jasmine",         "jasmine",
      "jasminewd2",         "jasminewd2",
      "node"         "node"
    ]       ]
  }     }
}   }