Skip to content

Commit 7cb46b7

Browse files
committed
fix: fix plugin type issue
1 parent 39b61df commit 7cb46b7

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@graphql-codegen/cli": "^2.16.1",
5454
"@semantic-release/changelog": "^6.0.2",
5555
"@semantic-release/git": "^10.0.1",
56-
"@types/node": "^16.18.7",
56+
"@types/node": "^16.18.8",
5757
"@typescript-eslint/eslint-plugin": "^5.46.0",
5858
"@typescript-eslint/parser": "^5.46.0",
5959
"eslint": "^8.29.0",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export interface Options {
6666
debug?: boolean;
6767
}
6868

69-
export default function VitePluginGraphQLCodegen(options?: Options) {
69+
export default function VitePluginGraphQLCodegen(options?: Options): Plugin {
7070
let codegenContext: CodegenContext;
7171
let viteMode: ViteMode;
7272

0 commit comments

Comments
 (0)