This commit is contained in:
2025-11-17 23:44:45 +03:30
parent 7bd2b59cb1
commit e699a961be
7 changed files with 517 additions and 4 deletions
+5 -2
View File
@@ -13,13 +13,16 @@
"target": "ES2023",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
"skipLibCheck": true,
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"noImplicitAny": false,
"strictBindCallApply": false,
"noFallthroughCasesInSwitch": false
"noFallthroughCasesInSwitch": false,
"baseUrl": "./",
"paths": {
"src/*": ["./src/*"]
}
}
}