Skip to content

Commit

Permalink
chore: fix ts issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Sep 21, 2024
1 parent b106abf commit 68c5291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/template/src/templates/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { IBaseTemplateDTO } from "../dto"
import { default as test } from "./test.base.json"

const templates: Record<string, IBaseTemplateDTO> = { test } as const
const templates = { test } as Record<string, IBaseTemplateDTO>

export { templates }

0 comments on commit 68c5291

Please sign in to comment.