We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b421da8 commit 9a285a2Copy full SHA for 9a285a2
src/index.ts
@@ -1,6 +1,7 @@
1
export { createApp } from './app'
2
export { nextTick } from './scheduler'
3
export { reactive } from 'vue'
4
+export { version } from '../package.json'
5
6
import { createApp } from './app'
7
tsconfig.json
@@ -11,7 +11,8 @@
11
"strict": true,
12
"noUnusedLocals": true,
13
"rootDir": ".",
14
- "types": ["vite/client"]
+ "types": ["vite/client"],
15
+ "resolveJsonModule": true
16
},
17
"include": [
18
"src"
0 commit comments