your-project/ ├── index.ts # Entry point ├── public/ │ └── appsscript.json # GAS configuration ├── dist/ │ ├── Code.gs # Built output │ └── appsscript.json # Copied configuration ├── package.json ...