2025-04-18 14:37:02 -07:00
|
|
|
{
|
2025-04-18 18:08:43 -04:00
|
|
|
"extends": "../../tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"outDir": "dist",
|
2025-09-20 11:38:03 -07:00
|
|
|
"lib": ["DOM", "DOM.Iterable", "ES2023"],
|
2025-05-22 10:47:21 -07:00
|
|
|
"composite": true,
|
2026-01-15 02:03:51 -05:00
|
|
|
"types": ["node", "vitest/globals"],
|
2026-01-15 02:15:25 -05:00
|
|
|
"baseUrl": ".",
|
2026-01-15 02:03:51 -05:00
|
|
|
"paths": {
|
|
|
|
|
"@google/gemini-cli-core": ["./index.ts"]
|
|
|
|
|
}
|
2025-04-18 18:08:43 -04:00
|
|
|
},
|
2025-10-30 08:25:57 -07:00
|
|
|
"include": ["index.ts", "src/**/*.ts", "src/**/*.json"],
|
|
|
|
|
"exclude": ["node_modules", "dist"]
|
2025-04-18 14:37:02 -07:00
|
|
|
}
|