first commit

This commit is contained in:
2019-02-16 17:24:09 +00:00
commit 2459a85786
36 changed files with 12077 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"baseUrl": "./",
"module": "commonjs",
"target": "es5"
}
}