Adding typscript compilation at install level for usage with repository
the build was successful Details

This commit is contained in:
Fabian Stamm 2018-12-03 08:20:14 +01:00
parent 07e2dff29f
commit 172855b8cf
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
"build": "tsc",
"watch": "tsc --watch",
"prepublish": "tsc",
"install": "tsc",
"test": "mocha src/test.ts --require ts-node/register",
"testwatch": "mocha src/test.ts --require ts-node/register --watch --watch-extensions ts"
},
@ -28,4 +29,4 @@
"binary-parser": "^1.3.2",
"lru-cache": "^5.1.1"
}
}
}