From d36eec1d5e9596c928cc380bee8e8949efd96c29 Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Thu, 31 Jul 2025 01:52:44 +0200 Subject: [PATCH] configuration file added --- env.d.ts | 8 ++++++++ 1 file changed, 8 insertions(+) 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; +}