mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-12 07:01:09 -07:00
13 lines
317 B
JSON
13 lines
317 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"lib": ["DOM", "DOM.Iterable", "ES2023"],
|
|
"composite": true,
|
|
"rootDir": ".",
|
|
"types": ["node", "vitest/globals"]
|
|
},
|
|
"include": ["index.ts", "src"],
|
|
"exclude": ["node_modules", "dist", "**/*.snap", "**/*.wasm"]
|
|
}
|