Skip to content

Commit

Permalink
Revert for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac authored Jan 5, 2020
1 parent 56065e0 commit dc3fb88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tsconfig.e2e.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc",
"module": "esnext",
"target": "es2015",
"module": "commonjs",
"target": "es5",
"types": [
"jasmine",
"jasminewd2",
Expand Down

0 comments on commit dc3fb88

Please sign in to comment.