Skip to content

Commit

Permalink
fix(element-plus): fix type error (#8982)
Browse files Browse the repository at this point in the history
  • Loading branch information
holazz committed Jul 26, 2022
1 parent cabc943 commit 16eab65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/element-plus/make-installer.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @ts-nocheck
import { provideGlobalConfig } from '@element-plus/hooks'
import { INSTALLED_KEY } from '@element-plus/constants'
import { version } from './version'

import type { App, Plugin } from '@vue/runtime-core'
import type { ConfigProviderContext } from '@element-plus/tokens'

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.vitest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"types": ["node", "jsdom", "unplugin-vue-define-options"],
"skipLibCheck": true
},
"include": ["packages", "vitest.setup.ts"],
"include": ["packages", "vitest.setup.ts", "typings/env.d.ts"],
"exclude": ["node_modules", "dist", "**/*.md"]
}

0 comments on commit 16eab65

Please sign in to comment.