mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 16:57:44 +01:00
fix(docs): Add ts ext to files missing files
This commit is contained in:
@@ -9,7 +9,7 @@ import {useData, useRouter} from 'vitepress';
|
|||||||
import { computed } from 'vue';
|
import { computed } from 'vue';
|
||||||
import createLucideIcon from 'lucide-vue-next/src/createLucideIcon';
|
import createLucideIcon from 'lucide-vue-next/src/createLucideIcon';
|
||||||
import { diamond } from '../../../data/iconNodes'
|
import { diamond } from '../../../data/iconNodes'
|
||||||
import deprecationReasonTemplate from '../../../../../tools/build-icons/utils/deprecationReasonTemplate.mjs';
|
import deprecationReasonTemplate from '../../../../../tools/build-icons/utils/deprecationReasonTemplate.ts';
|
||||||
|
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import path from 'path';
|
import path from 'path';
|
||||||
import { readSvgDirectory } from '@lucide/helpers';
|
import { readSvgDirectory } from '@lucide/helpers';
|
||||||
import { Path } from '../types';
|
import { type Path } from '../types.ts';
|
||||||
|
|
||||||
async function getAliases(iconDirectory: Path) {
|
async function getAliases(iconDirectory: Path) {
|
||||||
const iconJsons = await readSvgDirectory(iconDirectory, '.json');
|
const iconJsons = await readSvgDirectory(iconDirectory, '.json');
|
||||||
|
|||||||
Reference in New Issue
Block a user