Files
gemini-cli/packages/devtools/tsconfig.json

13 lines
264 B
JSON
Raw Permalink Normal View History

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2023"],
"jsx": "react-jsx",
"skipLibCheck": true,
"composite": true,
"noEmit": false,
"outDir": "dist"
},
"include": ["src", "client/src"]
}