initial commit

This commit is contained in:
schmelczerandras 2019-08-05 10:20:45 +02:00
commit 6e27539eca
32 changed files with 11393 additions and 0 deletions

18
src/tsconfig.spec.json Normal file
View file

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