mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-16 06:43:07 -07:00
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitOverride": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noPropertyAccessFromIndexSignature": true,
|
|
"noUnusedLocals": true,
|
|
"strictBindCallApply": true,
|
|
"strictFunctionTypes": true,
|
|
"strictNullChecks": true,
|
|
"strictPropertyInitialization": true,
|
|
"resolveJsonModule": true,
|
|
"sourceMap": true,
|
|
"composite": true,
|
|
"incremental": true,
|
|
"declaration": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"verbatimModuleSyntax": true,
|
|
"lib": ["ES2023"],
|
|
"module": "NodeNext",
|
|
"moduleResolution": "nodenext",
|
|
"target": "es2022",
|
|
"types": ["node", "vitest/globals"],
|
|
"jsx": "react-jsx"
|
|
},
|
|
"files": [],
|
|
"references": [
|
|
{ "path": "packages/core" },
|
|
{ "path": "packages/cli" },
|
|
{ "path": "packages/sdk" },
|
|
{ "path": "packages/a2a-server" },
|
|
{ "path": "packages/test-utils" },
|
|
{ "path": "packages/devtools/tsconfig.build.json" },
|
|
{ "path": "packages/vscode-ide-companion" }
|
|
]
|
|
}
|