first commit

This commit is contained in:
DESKTOP-DH6BVPV\chiefsoft
2022-11-19 19:36:45 -05:00
commit a46382e148
43 changed files with 29540 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"target": "es2018",
"types": [
"jasmine",
"node"
]
}
}