chore: Move env.d.ts to root

This commit is contained in:
Braks
2022-05-17 23:55:53 +02:00
parent 233f5cd078
commit bc0bd3a812
2 changed files with 1 additions and 9 deletions

View File

@@ -1,3 +1,4 @@
/// <reference types="vite-svg-loader" />
/// <reference types="vite/client" />
/// <reference types="vue/macros-global" />

View File

@@ -1,9 +0,0 @@
/// <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
}