initial commit

This commit is contained in:
2024-03-22 14:51:07 +01:00
commit 348d743af2
26 changed files with 4344 additions and 0 deletions

12
.prettierrc Normal file
View File

@@ -0,0 +1,12 @@
{
"singleQuote": true,
"trailingComma": "all",
"overrides": [
{
"files": ["*.ts", "*.mts"],
"options": {
"parser": "typescript"
}
}
]
}