{
  "$schema": "https://json.schemastore.org/jsconfig",
  "display": "@roots/bud",
  "compilerOptions": {
    "allowJs": true,
    "allowSyntheticDefaultImports": true,
    "esModuleInterop": true,
    "forceConsistentCasingInFileNames": true,
    "isolatedModules": true,
    "jsx": "preserve",
    "lib": ["DOM", "DOM.Iterable", "ESNext"],
    "module": "NodeNext",
    "moduleResolution": "NodeNext",
    "noEmit": true,
    "noFallthroughCasesInSwitch": true,
    "resolveJsonModule": true,
    "skipLibCheck": true,
    "target": "ES6",
    "types": [
      "node",
      "@roots/bud-api",
      "@roots/bud-build",
      "@roots/bud-cache",
      "@roots/bud-compiler",
      "@roots/bud-dashboard",
      "@roots/bud-extensions",
      "@roots/bud-framework",
      "@roots/bud-hooks",
      "@roots/bud-server",
      "@roots/bud-support",
      "@roots/bud-minify",
      "@roots/bud-entrypoints",
      "@roots/bud"
    ]
  }
}
