mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-21 07:20:50 -07:00
13 lines
262 B
JSON
13 lines
262 B
JSON
|
|
{
|
||
|
|
"extends": "../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"jsx": "react-jsx",
|
||
|
|
"lib": ["DOM", "DOM.Iterable", "ES2023"],
|
||
|
|
"types": ["node", "vitest/globals"]
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"**/*.ts",
|
||
|
|
"**/*.tsx"
|
||
|
|
],
|
||
|
|
"exclude": ["node_modules", "logs"]
|
||
|
|
}
|