Skip to content

Commit

Permalink
fix(codestyle): prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Apr 8, 2018
1 parent 9a41534 commit 978d490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
6 changes: 1 addition & 5 deletions e2e/tsconfig.e2e.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
"outDir": "../out-tsc/app",
"module": "commonjs",
"target": "es5",
"types": [
"jasmine",
"jasminewd2",
"node"
]
"types": ["jasmine", "jasminewd2", "node"]
}
}
5 changes: 1 addition & 4 deletions src/tsconfig.spec.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"module": "commonjs",
"types": ["jasmine", "node"]
},
"files": [
"test.ts",
"polyfills.ts"
],
"files": ["test.ts", "polyfills.ts"],
"include": ["**/*.spec.ts", "**/*.d.ts"]
}

0 comments on commit 978d490

Please sign in to comment.