mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 06:12:50 -07:00
15 lines
290 B
JSON
15 lines
290 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist/src",
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"noEmit": false,
|
|
"composite": false,
|
|
"incremental": false,
|
|
"verbatimModuleSyntax": false
|
|
},
|
|
"include": ["src"]
|
|
}
|