refactor: remove helper types

This commit is contained in:
Robert Soriano
2022-05-20 11:43:58 -07:00
parent aeb2e1b8e3
commit 2844cc0bbd
2 changed files with 0 additions and 77 deletions

View File

@@ -78,12 +78,6 @@ export default defineNuxtModule<ModuleOptions>({
`
},
})
addTemplate({
filename: 'trpc-helpers.ts',
write: true,
src: join(runtimeDir, 'helpers.d.ts'),
})
},
})