initial commit

This commit is contained in:
2018-11-28 09:18:52 -05:00
commit d7aa4198bd
31 changed files with 11622 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"
]
}
}