gemini-cli/integration-tests/tsconfig.json

10 lines
180 B
JSON

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