промежуточный результат добавления кооперативных соглашений

This commit is contained in:
Alex Ant
2024-09-10 10:05:17 +05:00
parent 4baed6409f
commit 2ac7a31be6
70 changed files with 662 additions and 207 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "ESNext",
"lib": ["ESNext"],
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"strict": true,
"strictNullChecks": true,
"esModuleInterop": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true
}
}