main
Some checks failed
CI / build (push) Successful in 1m16s
Deploy Backend / build-and-deploy (push) Failing after 13m4s

This commit is contained in:
2026-02-07 00:20:27 +03:00
commit 02ecfada63
111 changed files with 23359 additions and 0 deletions

4
tsconfig.build.json Normal file
View File

@@ -0,0 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}