Skip to content

Commit

Permalink
feat: vuejs#128 add version display
Browse files Browse the repository at this point in the history
  • Loading branch information
thewei committed Nov 9, 2023
1 parent b421da8 commit 9a285a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export { createApp } from './app'
export { nextTick } from './scheduler'
export { reactive } from 'vue'
export { version } from '../package.json'

import { createApp } from './app'

Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"strict": true,
"noUnusedLocals": true,
"rootDir": ".",
"types": ["vite/client"]
"types": ["vite/client"],
"resolveJsonModule": true
},
"include": [
"src"
Expand Down

0 comments on commit 9a285a2

Please sign in to comment.