fix: module not find

This commit is contained in:
JimmFly
2023-01-11 15:28:34 +08:00
parent 98692ba790
commit bad5dda67e
3 changed files with 7 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
// cSpell:ignore Tolgee
import { readFile } from 'fs/promises';
import path from 'path';
import { createsNewKey, getRemoteTranslations } from './api';
import type { TranslationRes } from './utils';
import { createsNewKey, getRemoteTranslations } from './api.js';
import type { TranslationRes } from './utils.js';
const BASE_JSON_PATH = path.resolve(
process.cwd(),