Skip to content

Commit

Permalink
Move and rename env.d.ts.
Browse files Browse the repository at this point in the history
  • Loading branch information
logue committed Nov 1, 2022
1 parent f95cdcb commit a8ae0ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/vite-env.d.ts → env.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* eslint spaced-comment: off */
/// <reference types="vite/client" />

// Vue
declare module '*.vue' {
import type { DefineComponent } from 'vue';
const component: DefineComponent<{}, {}, any>;
export default component;
import Vue from 'vue';
export default Vue;
}

interface ImportMetaEnv {
Expand Down

0 comments on commit a8ae0ee

Please sign in to comment.