mirror of
https://github.com/google-gemini/gemini-cli
synced 2026-04-21 21:47:19 +00:00
13 lines
265 B
JSON
13 lines
265 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"allowJs": true
|
|
},
|
|
"include": ["**/*.ts"],
|
|
"references": [
|
|
{ "path": "../packages/core" },
|
|
{ "path": "../packages/test-utils" },
|
|
{ "path": "../packages/cli" }
|
|
]
|
|
}
|