refactor: use type import

This commit is contained in:
Kim, Jimin 2023-08-04 15:47:17 +09:00
parent cf653915cd
commit bd83c47177
Signed by: pomp
GPG key ID: CE1DDB8A4A765403
14 changed files with 19 additions and 16 deletions

View file

@ -12,7 +12,8 @@ import { mapFilePath, markdownPath, outPath, portfolioFilePath } from "./config"
import { fillTags, parseSeries, sortDates } from "./postProcess"
import { recursiveParse } from "./recursiveParse"
import { saveIndex } from "./searchIndex"
import { ContentMap, ParseMode, PortfolioData, SeriesMap } from "./types/types"
import type { ContentMap, PortfolioData, SeriesMap } from "./types/types"
import { ParseMode } from "./types/types"
export const contentMap: ContentMap = {
date: {},