translated to typescript and added .ts file support
This commit is contained in:
2022-06-14 12:13:28 -05:00
commit 832cecfe76
15 changed files with 1667 additions and 0 deletions

10
.prettierrc Normal file
View File

@@ -0,0 +1,10 @@
{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "avoid"
}