Skip to content

Commit

Permalink
Fix linter warning about vue-router/auto imports
Browse files Browse the repository at this point in the history
  • Loading branch information
djjuhasz committed Jun 26, 2024
1 parent 4df32cc commit a9947f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions dashboard/src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/// <reference types="vite/client" />
/// <reference types="vue/macros-global" />
/// <reference types="unplugin-icons/types/vue" />
/// <reference types="unplugin-vue-router/client" />

declare module "*.vue" {
import type { DefineComponent } from "vue";
Expand Down
7 changes: 1 addition & 6 deletions dashboard/tsconfig.vitest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
"compilerOptions": {
"composite": true,
"lib": [],
"types": [
"node",
"jsdom",
"@vue-macros/reactivity-transform/macros-global",
"unplugin-vue-router/client"
]
"types": ["node", "jsdom", "@vue-macros/reactivity-transform/macros-global"]
}
}

0 comments on commit a9947f7

Please sign in to comment.