Initial migration on TS

This commit is contained in:
Borales
2022-11-26 21:54:41 +01:00
parent fdf0082f89
commit 6bc995441e
17 changed files with 5994 additions and 46 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
}