№4
All checks were successful
Deploy / deploy (push) Successful in 3m59s

This commit is contained in:
Никита Круглицкий
2025-10-02 23:39:59 +06:00
parent a01f8857ab
commit 8e19f55dc0
11 changed files with 3633 additions and 178 deletions

10
server/tsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}