several fixes

This commit is contained in:
Anton Lavrenov
2019-01-21 17:42:02 -05:00
parent 199bbbbff1
commit 7aa3c3238d
13 changed files with 229 additions and 145 deletions

View File

@@ -19,7 +19,7 @@
"full-build": "npm run build && npm t",
"test": "mocha-headless-chrome -f ./test/runner.html -a disable-web-security",
"prettier": "prettier --write \"src/**/*.js\" \"test/**/*.js\" --single-quote",
"tsc": "tsc || echo \"tsc faild for some file(s).\"",
"tsc": "tsc -d --declarationDir ./types --removeComments --noEmit || echo \"tsc faild for some file(s).\"",
"rollup": "rollup -c",
"compile": "npm run tsc && npm run rollup",
"watch": "rollup -c -w"