GITLAB

Mauricio Cattafi / autoservicio

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • autoservicio
  • e2e
  • tsconfig.json
  • 4f5ba36cf   initial commit Browse Code ยป
    Eric Fernandez
    2019-08-02 15:08:15 -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"
    ]
  }
}