loczek

Results 2 comments of loczek

You can add a `global.d.ts` file in the root of your project and it should work ```ts type Messages = typeof import("./messages/en.json"); declare interface IntlMessages extends Messages {} ```