I have firebase functions defined in index.ts file. This is importing another .ts file as below
import * as CommonCode from \'./common-code\'
The