initial commit

This commit is contained in:
Daniel Rodriguez 2019-08-13 15:43:57 +02:00
commit 5924149301
31 changed files with 12707 additions and 0 deletions

18
tsconfig.spec.json Normal file
View file

@ -0,0 +1,18 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/spec",
"types": [
"jasmine",
"node"
]
},
"files": [
"src/test.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.spec.ts",
"src/**/*.d.ts"
]
}