update tsconfig and packages

This commit is contained in:
somrat sorkar
2023-05-09 13:11:19 +06:00
parent a731b52259
commit d5adbb8875
38 changed files with 162 additions and 154 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
---
import Logo from "@components/Logo.astro";
import ThemeSwitcher from "@components/ThemeSwitcher.astro";
import config from "@config/config.json";
import menu from "@config/menu.json";
import Logo from "@/components/Logo.astro";
import ThemeSwitcher from "@/components/ThemeSwitcher.astro";
import config from "@/config/config.json";
import menu from "@/config/menu.json";
import { IoSearch } from "react-icons/io5/index.js";
export interface ChildNavigationLink {