Skip to content

Commit

Permalink
chore: add decalre module
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu89 committed Jul 17, 2023
1 parent 94e4f4f commit 2f2e717
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nostr-one",
"description": "The last button you will ever need to login with Nostr",
"private": false,
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
Expand Down
6 changes: 6 additions & 0 deletions src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
/// <reference types="vite/client" />

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

0 comments on commit 2f2e717

Please sign in to comment.