refactor: convert JavaScript files to TypeScript

This commit is contained in:
Jumpei Ogawa
2024-08-16 17:24:23 +09:00
parent fcc9e20a1b
commit e60c6c1069
4 changed files with 1 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ import {
readingTimeRemarkPlugin, readingTimeRemarkPlugin,
responsiveTablesRehypePlugin, responsiveTablesRehypePlugin,
lazyImagesRehypePlugin, lazyImagesRehypePlugin,
} from './src/utils/frontmatter.mjs'; } from './src/utils/frontmatter';
const __dirname = path.dirname(fileURLToPath(import.meta.url)); const __dirname = path.dirname(fileURLToPath(import.meta.url));