You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typeincludeFilter=(id: string)=>boolean;exportinterfaceOptions{
locales: string[];// i18n locale listdts?: string;// .d.ts file position, should include in tsconfig.json's include option; default i18n.d.stsroot?: string;// default cwd()include?: FilterPattern|includeFilter;// filterexclude?: FilterPattern;localeFileWarn?: boolean;// show warn info when locale config path does not exist, default: truegetLocaleFs?: (locale: string)=>string;// get the locale config based on the locale value in localesgenImportName?: (locale: string)=>string;// generate the import name of locale config file based on the locale value in locales}