Files
gemini-cli/tsconfig.json
T

11 lines
205 B
JSON
Raw Normal View History

2025-04-15 21:41:08 -07:00
{
"compilerOptions": {
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"sourceMap": true
}
}