GITLAB

Luis Suarez / autoservicio-axion

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • autoservicio-axion
  • e2e
  • tsconfig.json
  • 6dbb1b649   Creado proyecto angular Browse Code ยป
    Marcelo Puebla
    2019-12-19 11:11:02 -0300  
tsconfig.json 214 Bytes
edit raw blame history
1 2 3 4 5 6 7 8 9 10 11 12 13
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/e2e",
    "module": "commonjs",
    "target": "es5",
    "types": [
      "jasmine",
      "jasminewd2",
      "node"
    ]
  }
}