Initial commit

This commit is contained in:
Olu Amey
2020-11-07 08:37:32 -05:00
commit abc0e763ff
39 changed files with 15483 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"module": "commonjs",
"target": "es5",
"types": [
"jasmine",
"jasminewd2",
"node"
]
}
}