diff --git a/core/internal/config.ts b/core/internal/config.ts index 370a98f..b3ebea6 100644 --- a/core/internal/config.ts +++ b/core/internal/config.ts @@ -1,5 +1,5 @@ -import fs from 'fs'; -import path from 'path'; +import * as fs from 'fs'; +import * as path from 'path'; import z from 'zod'; import { setLanguage } from '../util/languages';