Skip to content

Commit

Permalink
chore: fix typescript reports
Browse files Browse the repository at this point in the history
  • Loading branch information
ansidev committed Feb 15, 2025
1 parent 5b81a91 commit 79ce1fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"types": [
"unplugin-fonts/client",
"vite/client",
"vue/ref-macros",
"vite-plugin-pages/client",
"vite-plugin-vue-layouts/client",
"node"
Expand Down
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default defineConfig(({ mode }) => {
}),

// https://github.com/JohnCampionJr/vite-plugin-vue-layouts
Layouts(),
Layouts.default(),

// https://github.com/antfu/unplugin-auto-import
AutoImport({
Expand Down Expand Up @@ -248,7 +248,7 @@ export default defineConfig(({ mode }) => {
}),

// https://github.com/cssninjaStudio/unplugin-fonts
Fonts({
Fonts.default({
google: {
families: [{
name: 'IBM Plex Mono',
Expand Down

0 comments on commit 79ce1fe

Please sign in to comment.