Files
gemini-cli/packages/core/tsconfig.json
2025-09-19 15:13:28 +00:00

13 lines
359 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"lib": ["DOM", "DOM.Iterable", "ES2021"],
"composite": true,
"types": ["node", "vitest/globals"]
},
"include": ["index.ts", "src/**/*.ts", "src/**/*.json"],
"exclude": ["node_modules", "dist"],
"references": [{ "path": "../../third_party/get-ripgrep" }]
}