gemini-cli/integration-tests/tsconfig.json

9 lines
130 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": true,
"allowJs": true
},
"include": ["**/*.ts"]
}