mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-19 17:50:37 -07:00
14 lines
356 B
JSON
14 lines
356 B
JSON
|
|
{
|
||
|
|
"extends": "../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"noEmit": true,
|
||
|
|
"paths": {
|
||
|
|
"@google/gemini-cli-core": ["../packages/core/index.ts"],
|
||
|
|
"@google/gemini-cli": ["../packages/cli/index.ts"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"include": ["**/*.ts"],
|
||
|
|
"exclude": ["logs"],
|
||
|
|
"references": [{ "path": "../packages/core" }, { "path": "../packages/cli" }]
|
||
|
|
}
|