refactor: convert to typescript

This commit is contained in:
Peter Evans
2020-09-23 15:58:52 +09:00
parent cd1a929ab8
commit ac036cd74b
17 changed files with 10325 additions and 25 deletions

11
.prettierrc.json Normal file
View File

@@ -0,0 +1,11 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}