GITLAB

Arsisakarn Srilatanart / ng2-test-modal

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • ng2-test-modal
  • e2e
  • tsconfig.e2e.json
  • aeb06133   chore: initial commit from @angular/cli ... Browse Code »
        _                      _                 ____ _     ___
       / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|
      / △ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |    | |
     / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | |
    /_/   \_\_| |_|\__, |\__,_|_|\__,_|_|       \____|_____|___|
                   |___/
    Angular CLI
    2017-04-26 11:37:54 +0700  
tsconfig.e2e.json 193 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/e2e",
    "module": "commonjs",
    "target": "es5",
    "types":[
      "jasmine",
      "node"
    ]
  }
}