nuxt-modules / kinde

Kinde integration for Nuxt
69 stars 7 forks source link

Huge amount of rewriting during build #79

Open Dino-Kupinic opened 6 months ago

Dino-Kupinic commented 6 months ago

Build takes quite a while because of this. (I have quite a powerful PC) (The screenshot only shows around 1/3 of the output)

image

DanielRivers commented 5 months ago

Hi @Dino-Kupinic,

Could you share you ts-config please? I don't experience this issue locally.

Dino-Kupinic commented 5 months ago

Hi @Dino-Kupinic,

Could you share you ts-config please? I don't experience this issue locally.

tsconfig:

{
  // https://nuxt.com/docs/guide/concepts/typescript
  "extends": "./.nuxt/tsconfig.json"
}

nuxt config:

// ...
typescript: {
  typeCheck: true,
  strict: true,
},
// ...