mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-13 23:51:16 -07:00
13 lines
264 B
JSON
13 lines
264 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["DOM", "DOM.Iterable", "ES2023"],
|
|
"jsx": "react-jsx",
|
|
"skipLibCheck": true,
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src", "client/src"]
|
|
}
|