Skip to content

Commit

Permalink
chore: use vite-env.d.ts convention (#8988)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jul 8, 2022
1 parent 07aef1b commit cf23963
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -2,7 +2,6 @@

declare module '*.vue' {
import type { DefineComponent } from 'vue'
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
const component: DefineComponent<{}, {}, any>
export default component
}

0 comments on commit cf23963

Please sign in to comment.