Merge commit 'f8bb37e12f96c86bb44a53ac28d06cc522cf7ab9' as 'backend'

This commit is contained in:
2026-04-27 22:44:05 +02:00
44 changed files with 7444 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"compilerOptions": {
"module": "ES6",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": false,
"rootDir": "./src",
"outDir": "./dist",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"baseUrl": "./src",
"paths": {
"@/*": ["./*"],
"@schemas/*": ["./schemas/*"],
}
},
// "include": ["src/**/*"]
}