Skip to content

Commit

Permalink
Add vue import
Browse files Browse the repository at this point in the history
  • Loading branch information
williampsena committed May 9, 2023
1 parent 813b3b0 commit a23733d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion env.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/// <reference types="vite/client" />
/// <reference path="node_modules/nuxtjs-phaser/@types/vue.index.d.ts"/>
/// <reference path="node_modules/nuxtjs-phaser/@types/index.d.ts"/>
/// <reference path="node_modules/nuxtjs-phaser/@types/global.d.ts"/>
/// <reference path="node_modules/nuxtjs-phaser/@types/vue-shim.d.ts"/>
/// <reference path="node_modules/nuxtjs-phaser/@types/vue-shim.d.ts"/>

declare module 'nuxtjs-phaser/vue.index';
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"npm-run-all": "^4.1.5",
"nuxtjs-phaser": "^3.0.11",
"nuxtjs-phaser": "^3.0.13",
"prettier": "^2.8.4",
"shelljs": "^0.8.5",
"typescript": "~4.8.4",
Expand Down

0 comments on commit a23733d

Please sign in to comment.