Patch #16730 into v0.25.0 preview (#16882)

Co-authored-by: Sehoon Shon <sshon@google.com>
This commit is contained in:
christine betts
2026-01-16 15:36:17 -05:00
committed by GitHub
parent 1d5e792a41
commit 46079d9daa

View File

@@ -4,7 +4,11 @@
"outDir": "dist",
"lib": ["DOM", "DOM.Iterable", "ES2023"],
"composite": true,
"types": ["node", "vitest/globals"]
"types": ["node", "vitest/globals"],
"baseUrl": ".",
"paths": {
"@google/gemini-cli-core": ["./index.ts"]
}
},
"include": ["index.ts", "src/**/*.ts", "src/**/*.json"],
"exclude": ["node_modules", "dist"]