Files
gemini-cli/tools/optimizer/tsconfig.json
T

14 lines
284 B
JSON
Raw Normal View History

2026-04-21 15:59:07 -07:00
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"outDir": "./dist"
},
"include": ["**/*.ts"]
}