feat: initial EDR system — agent + backend + frontend + ensemble ML

This commit is contained in:
kilyabin
2026-05-28 14:19:39 +04:00
commit 20d5e53220
44 changed files with 5299 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
"skipLibCheck": true,
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}