GITLAB

SourceCode / smartzone-home

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • smartzone-home
  • e2e
  • tsconfig.e2e.json
  • 4f6e1685   อัพกริด ใช้ toFixed Browse Code »
    trainee
    2018-07-03 18:07:28 +0700  
tsconfig.e2e.json 213 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/app",
    "module": "commonjs",
    "target": "es5",
    "types": [
      "jasmine",
      "jasminewd2",
      "node"
    ]
  }
}