diff --git a/src/index.ts b/src/index.ts index 6c6caa0..5448a03 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ -export { parseErrors, I18nOptions } from './lib/parser'; -export { errors } from './config/errors.config'; -export { importTranslations, TranslationOptions } from './lib/importer'; +export * from './config/errors.config'; +export * from './lib/parser'; +export * from './lib/importer'; export * from './lib/errors';