mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-02 15:13:15 -07:00
0663076afb
This fixes the TS5055 error during the Publish Release workflow caused by the TypeScript compiler trying to overwrite input files in the dist/ directory. By explicitly setting rootDir to the package root, we ensure inputs and outputs are strictly separated.