chore: remove env.d.ts
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
/// <reference types="vite-svg-loader" />
|
|
||||||
/// <reference types="vite/client" />
|
|
||||||
/// <reference types="vue/macros-global" />
|
|
||||||
|
|
||||||
declare module '*.vue' {
|
|
||||||
import type { DefineComponent } from 'vue'
|
|
||||||
// eslint-disable-next-line @typescript-eslint/ban-types
|
|
||||||
const component: DefineComponent<{}, {}, any>
|
|
||||||
export default component
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user