`tslib` already installed in the same folder with `functions.source` firebase.json: ``` { "functions": { "source": "." } } ``` project structure: |-firebase.json |-node_nodules |-dist/firebase/index.js <-- contains the functions package.json: ``` { dependencies:{ "tslib": "^1.10.0", } } ``` [repo](https://github.com/goblins-tech/almogtama3) [deployment details ](https://github.com/goblins-tech/almogtama3/runs/394959227) 