Initial commit

This commit is contained in:
2021-11-04 00:04:25 +00:00
commit e78df802f9
64 changed files with 1508 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"
]
}
}