mirror of
https://github.com/zitadel/zitadel.git
synced 2026-08-19 01:14:48 -05:00
# 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>
8 lines
182 B
Plaintext
8 lines
182 B
Plaintext
{
|
|
"presets": ["@babel/env", "@babel/typescript"],
|
|
"plugins": [
|
|
"@babel/plugin-transform-class-properties",
|
|
|
|
"@babel/plugin-transform-object-rest-spread"
|
|
]
|
|
} |