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