mirror of
https://github.com/unraid/api.git
synced 2026-01-04 07:29:48 -06:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated the API version to 4.12.0. * Added configuration for improved TypeScript dependency checking. * Removed unused dependencies and development tools from the project. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
11 lines
134 B
Plaintext
11 lines
134 B
Plaintext
{
|
|
"parsers": {
|
|
"**/*.ts": [
|
|
"@depcheck/parser-typescript",
|
|
{
|
|
"project": "tsconfig.json"
|
|
}
|
|
]
|
|
}
|
|
}
|