Initial commit

This commit is contained in:
2026-07-09 23:58:48 +08:00
commit c45ba83b21
177 changed files with 11845 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"extends": [
"development"
],
"hints": {
"typescript-config/consistent-casing": "off",
"typescript-config/strict": "off"
}
}