Initial commit

This commit is contained in:
Mal
2021-02-27 11:52:47 +01:00
commit 82456d8df0
39 changed files with 16573 additions and 0 deletions

12
e2e/tsconfig.json Normal file
View File

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