added --watch option

This commit is contained in:
2016-09-22 23:23:16 +02:00
parent 3dae49b8a1
commit 5f15fe1b30
35 changed files with 270 additions and 203 deletions

View File

@@ -2,7 +2,12 @@
"compilerOptions": {
"declaration": true,
"module": "commonjs",
"target": "ES5",
"target": "ES6",
"outDir": "./dist/"
}
},
"exclude": [
"./node_modules",
"./test",
"./dist"
]
}