Initial commit

This commit is contained in:
2017-06-16 21:07:23 -04:00
commit 1f53b639f5
43 changed files with 905 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"
]
}
}