diff --git a/env.d.ts b/env.d.ts
index 11f02fe..85d1491 100644
--- a/env.d.ts
+++ b/env.d.ts
@@ -1 +1,9 @@
+
+
///
+
+declare module '*.vue' {
+ import { DefineComponent } from 'vue';
+ const component: DefineComponent, Record, unknown>;
+ export default component;
+}