initial convert to TS. No major logic changes, just type safety.

This commit is contained in:
Charlie Laabs
2019-12-22 23:18:43 -06:00
parent 3b44ab098d
commit 19edcc199c
8 changed files with 955 additions and 422 deletions

5
.prettierrc.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
printWidth: 100,
singleQuote: true,
trailingComma: 'es5'
}