initial commit

This commit is contained in:
2020-06-23 14:21:16 +02:00
commit cbd9383fae
31 changed files with 14862 additions and 0 deletions

13
e2e/tsconfig.json Normal file
View File

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