### What problem does this feature solve? Speed up type generation. ### What does the proposed API look like? ```ts export default defineConfig({ lib: [ { dts: { experiments: { tsgo: true, }, }, }, ], }); ```