Refactored main.js to TS

This commit is contained in:
Michel Kaporin
2017-06-26 14:36:58 +02:00
parent 915a0056ae
commit 91ab830714
6 changed files with 86 additions and 68 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
"scripts": {
"compile": "tsc",
"pretest": "tsc",
"test": "node src/main.js"
"test": "node out/main.js"
},
"devDependencies": {
"@types/mocha": "^2.2.41",
@@ -23,4 +23,4 @@
"strip-json-comments": "^2.0.1",
"htmlparser2": "^3.9.2"
}
}
}