mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-11 06:31:01 -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"]
|
|
}
|