
* Use old default for unhandled rejections flag * Update type import * Use less strict flag, fix types * Use node v14 for running tests
6 lines
128 B
TypeScript
6 lines
128 B
TypeScript
import { IntlConfig } from "react-intl";
|
|
|
|
export const config: Partial<IntlConfig> = {
|
|
defaultLocale: "en",
|
|
locale: "en"
|
|
};
|