[chore] Introduce TypeScript; Tested out with HelpText.

This commit is contained in:
Steven Evans
2018-06-13 23:38:35 -04:00
parent ec862ec747
commit 3e1ec388e0
6 changed files with 922 additions and 1082 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"sourceMap": true
},
"exclude": [
"node_modules"
]
}