initial push

This commit is contained in:
r bakkes
2021-12-06 02:31:31 +01:00
parent 719f5478c7
commit 4d6b176278
122 changed files with 16897 additions and 0 deletions

View File

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