rewrite accounts.js in typescript

slight refactor too.
This commit is contained in:
Harvey Tindall
2020-09-20 14:48:17 +01:00
parent c4acb43cb8
commit 73886fc037
4 changed files with 352 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"compilerOptions": {
"target": "es6",
"lib": ["dom", "es2017"]
}
}