mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-19 16:23:06 -07:00
fix(build): update test-utils lib to ES2023 to support modern JS features
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"lib": ["DOM", "DOM.Iterable", "ES2021"],
|
||||
"lib": ["DOM", "DOM.Iterable", "ES2023"],
|
||||
"composite": true,
|
||||
"tsBuildInfoFile": "../../.cache/test-utils.tsbuildinfo",
|
||||
"types": ["node"]
|
||||
|
||||
Reference in New Issue
Block a user