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

10
tsconfig-app.json Normal file
View File

@@ -0,0 +1,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "amd",
"outFile": "./dist/bundle.js"
},
"files": [
"./src/index.ts"
]
}