first commit

This commit is contained in:
2025-07-24 22:05:21 +02:00
commit cad484ba1c
448 changed files with 88694 additions and 0 deletions

8
server/jsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"moduleResolution": "nodenext",
"target": "ES2021",
"checkJs": true,
"allowJs": true
}
}