Nuxt 
Currently, this plugin is included as an experimental setting in Nuxt. You can enable it by adding the following to your nuxt.config.js:
ts
export default defineNuxtConfig({
  experimental: {
    typedPages: true,
  },
})