diff --git a/src/utils/loadConfig.ts b/src/utils/loadConfig.ts index 3533758..a07b845 100644 --- a/src/utils/loadConfig.ts +++ b/src/utils/loadConfig.ts @@ -18,7 +18,7 @@ export const loadConfig = async (): Promise => { if (!configPath) { throw new Error( - 'Configuration file unused-i18n.config not found. Supported extensions: .json, .js, .ts, .cjs.' + 'Configuration file unused-i18n.config not found. Supported extensions: .json, .js, .cjs.' ) }