GITLAB

Eric Fernandez / gestion-comprobantes

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • gestion-comprobantes
  • e2e
  • tsconfig.json
  • 733b2e2ac   initial commit Browse Code ยป
    Eric Fernandez
    2019-05-29 12:30:28 -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"
    ]
  }
}