### Steps to reproduce ```js const one: number = 1; const text = t`one`; ``` Argument of type `number` is not assignable to parameter of type `Base`