рефакторинг

This commit is contained in:
2025-07-21 17:07:03 +03:00
parent 84f0c9c6aa
commit 5737e37386
35 changed files with 526 additions and 579 deletions

View File

@@ -1,10 +1,10 @@
{
"compilerOptions": {
"noImplicitAny": true,
"target": "ES2015",
"module": "ESNext",
"target": "ESNext",
"jsx": "react-jsx",
"allowJs": true,
"allowJs": false,
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
@@ -15,8 +15,10 @@
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"skipLibCheck": true
},
"ts-node": {
"compilerOptions": {
"module": "CommonJS"