We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b106abf commit 68c5291Copy full SHA for 68c5291
packages/template/src/templates/index.ts
@@ -1,6 +1,6 @@
1
import type { IBaseTemplateDTO } from "../dto"
2
import { default as test } from "./test.base.json"
3
4
-const templates: Record<string, IBaseTemplateDTO> = { test } as const
+const templates = { test } as Record<string, IBaseTemplateDTO>
5
6
export { templates }
0 commit comments