Update with wiring, bundling, unittests, code coverage

This commit is contained in:
2018-05-22 15:20:32 +02:00
parent 2c7496578b
commit dcb055a1e0
23 changed files with 1897 additions and 638 deletions

9
tsconfig-tests.json Normal file
View File

@@ -0,0 +1,9 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs",
},
"include": [
"./src/**/*.ts"
]
}