Initial commit

This commit is contained in:
2017-05-20 21:03:14 -04:00
commit 38518e4ba5
31 changed files with 725 additions and 0 deletions

20
src/tsconfig.spec.json Normal file
View File

@@ -0,0 +1,20 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/spec",
"module": "commonjs",
"target": "es5",
"baseUrl": "",
"types": [
"jasmine",
"node"
]
},
"files": [
"test.ts"
],
"include": [
"**/*.spec.ts",
"**/*.d.ts"
]
}