tsconfig.json 128 B

12345
  1. {
  2. // https://v3.nuxtjs.org/concepts/typescript
  3. "extends": "./.nuxt/tsconfig.json",
  4. "exclude": [".output", "dist"]
  5. }