Skip to content

Commit

Permalink
fix: Remove write for .d.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenvanhunsel authored Oct 6, 2023
1 parent d2c3f4c commit ec3c435
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ export default defineNuxtModule<GqlConfig>({
})

addTemplate({
write: 'true',
filename: 'gql/index.d.ts',
getContents: () => ctx.generateDeclarations?.() || ''
})
Expand Down

0 comments on commit ec3c435

Please sign in to comment.