mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-02-01 22:48:03 +00:00
16 lines
386 B
JSON
16 lines
386 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"lib": ["DOM", "DOM.Iterable", "ES2023"],
|
|
"composite": true,
|
|
"types": ["node", "vitest/globals"],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@google/gemini-cli-core": ["./index.ts"]
|
|
}
|
|
},
|
|
"include": ["index.ts", "src/**/*.ts", "src/**/*.json"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|