I tried to follow it by putting a tolgee.d.ts file in src/, and it seemed to be recognized, but I could not find a way to ensure it was working (ex. a value that it would complain about). It did show the key as the TranslationKey type. I tried removing the LiteralUnion portion.
If we care about it: https://tolgee.io/js-sdk/typed_keys
I tried to follow it by putting a tolgee.d.ts file in
src/
, and it seemed to be recognized, but I could not find a way to ensure it was working (ex. a value that it would complain about). It did show the key as the TranslationKey type. I tried removing the LiteralUnion portion.