Add TypeScript Compile PrePublish Command

This commit is contained in:
Josh Johnson 2016-01-06 17:23:11 -05:00
parent f026334fce
commit 7a51e37c7f

View File

@ -82,5 +82,8 @@
"dependencies": {
"xmldom": "^0.1.19",
"xpath": "^0.0.9"
},
"scripts": {
"vscode:prepublish": "tsc"
}
}