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