Initial commit

This commit is contained in:
2017-05-20 21:03:14 -04:00
commit 38518e4ba5
31 changed files with 725 additions and 0 deletions

12
e2e/tsconfig.e2e.json Normal file
View File

@@ -0,0 +1,12 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"target": "es5",
"types": [
"jasmine",
"node"
]
}
}