fix api build issues

This commit is contained in:
2025-12-25 13:40:38 +01:00
parent 722a185dd9
commit 3ceb837e15
32 changed files with 150 additions and 133 deletions

View File

@@ -352,6 +352,13 @@
}
]
}
},
{
"files": ["apps/api/**/*.test.ts", "apps/api/**/*.test.tsx"],
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"no-restricted-syntax": "off"
}
}
]
}