mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
14 lines
268 B
JSON
14 lines
268 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "dist/src",
|
||
|
|
"declaration": true,
|
||
|
|
"sourceMap": true,
|
||
|
|
"noEmit": false,
|
||
|
|
"composite": false,
|
||
|
|
"incremental": false,
|
||
|
|
"verbatimModuleSyntax": false
|
||
|
|
},
|
||
|
|
"include": ["src"]
|
||
|
|
}
|