{
  "compilerOptions": {
    "esModuleInterop": false,
    "allowSyntheticDefaultImports": true,
    "skipLibCheck": true,
    "target": "ESNext",
    "module": "ESNext",
    "moduleResolution": "Node",
    "strict": false,
    "allowJs": true,
    "noUnusedLocals": true,
    "resolveJsonModule": true,
    "types": [
      "node"
    ],
    "paths": {
      "#app": [
        "./packages/nuxt/src/app/index"
      ],
      "#app/*": [
        "./packages/nuxt/src/app/*"
      ],
      "#head": [
        "./packages/nuxt/src/head/runtime/index"
      ],
    }
  },
  "exclude": [
    "**/*/dist/*",
    "**/.nuxt/**",
    "**/nuxt.d.ts",
    "**/examples/**",
    "**/docs/**",
    "**/playground/**",
    "**/test/fixtures/**"
  ]
}