update declaration file

This commit is contained in:
Yanzhen Yu
2018-10-06 22:27:49 +08:00
parent bfe431e99a
commit b536f12064
5 changed files with 10 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
"main": "index.js",
"scripts": {
"test": "TS_NODE_FILES=true mocha -r ts-node/register test/**/*.ts",
"test": "TS_NODE_CACHE=false TS_NODE_FILES=true mocha -r ts-node/register test/**/*.ts",
"compile": "rollup --config"
},
"repository": {