Files
gemini-cli/packages/server/tsconfig.json
T

11 lines
255 B
JSON
Raw Normal View History

2025-04-18 14:37:02 -07:00
{
2025-04-18 18:08:43 -04:00
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"lib": ["DOM", "DOM.Iterable", "ES2020"],
"composite": true
},
2025-04-24 18:30:19 -07:00
"include": ["index.ts", "src/**/*.ts", "src/**/*.json"],
2025-04-18 18:08:43 -04:00
"exclude": ["node_modules", "dist"]
2025-04-18 14:37:02 -07:00
}