Files
Tim MöhlmannandCopilot Autofix powered by AI 93209bd348 chore(deps): update benchmark dependencies (#12442)
# Which Problems Are Solved

Outdated deps on the benchmark typscript modules.

# How the Problems Are Solved

Upgrade all deps

# Additional Changes

- Add xk6 a prerequisite for running benchmarks
- Update the moduleResolution setting in tsconfig to a non-deprecated
value
- Some automatic code formatting

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-07-15 16:47:15 +02:00

26 lines
607 B
JSON

{
"compilerOptions": {
"target": "ES6",
"moduleResolution": "bundler",
"module": "esnext",
"noEmit": true,
"allowJs": true,
"removeComments": false,
"strict": true,
"noImplicitAny": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"skipLibCheck": true
}
}