Skip to content

Commit

Permalink
docs(example): add missing type reference (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
stygian-desolator committed Feb 12, 2022
1 parent 5dca4ed commit dca5b9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/vue/tsconfig.json
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"target": "esnext"
"target": "esnext",
"moduleResolution": "node",
}
}
2 changes: 2 additions & 0 deletions examples/vue/vitest.config.ts
@@ -1,3 +1,5 @@
/// <reference types="vitest" />

import { defineConfig } from 'vite'
import Vue from '@vitejs/plugin-vue'

Expand Down

0 comments on commit dca5b9a

Please sign in to comment.