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