{
  "extends": [
    "./.nuxt/tsconfig.json",
  ],
  "exclude": [
    "dist",
    "node_modules",
    "playground",
    "docs"
  ]
}