Kevin Marrec
Kevin Marrec
Anyone wanting to create a PR with minimal `ava` + `TypeScript` setup ? :)
@NickBolles For now there's already https://typescript.nuxtjs.org/cookbook/modules.html `@nuxt/typescript-build` is itself a Nuxt module and is written in TypeScript while exporting the `Options` interface : https://github.com/nuxt/typescript/blob/master/packages/typescript-build/src/index.ts About the steps, IMO an intermediate...
Will add a documentation for modules authors.
@antfu I synced again with `main` to resolve conflicts ✅
@oliverbutler This feature would be amazing, this is probably the only feature I'm lacking to use `ts-rest` in production. Here are some details : - `ts-rest` client requires the contract...
@antfu I'd suggest to have similar option as recent `dtsMode` in https://github.com/unplugin/unplugin-auto-import Ref: https://github.com/unplugin/unplugin-auto-import/pull/549
@antfu I created #882 if it can help. Based on tests it looks great, but I'm unsure of all the behaviors in userland. I'm not really using this plugin, but...