работаем бля работаем

This commit is contained in:
2026-05-09 03:21:44 +06:00
parent f845777bac
commit 0b148c6a7d
169 changed files with 15816 additions and 1005 deletions

View File

@@ -1,12 +1,12 @@
{
"compilerOptions": {
"target": "es2016",
"module": "ESNext",
"module": "NodeNext",
"moduleResolution": "nodenext",
"allowImportingTsExtensions": true,
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"allowImportingTsExtensions": true
"skipLibCheck": true
}
}