mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-21 03:21:11 -07:00
14 lines
334 B
JSON
14 lines
334 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"lib": ["DOM", "DOM.Iterable", "ES2021"],
|
|
"composite": true,
|
|
"types": ["node", "vitest/globals"],
|
|
"rootDir": "src",
|
|
"declaration": true
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.test.ts"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|