mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-30 21:52:50 -07:00
ci: remove deprecated baseUrl from core tsconfig
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"ignoreDeprecations": "6.0",
|
||||
"outDir": "dist",
|
||||
"declarationDir": "dist",
|
||||
"lib": ["DOM", "DOM.Iterable", "ES2023"],
|
||||
"composite": true,
|
||||
"tsBuildInfoFile": "../../.cache/core.tsbuildinfo",
|
||||
"types": ["node", "vitest/globals"],
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@google/gemini-cli-core": ["./index.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user