{
  "compilerOptions": {
    "module": "NodeNext",
    "noEmit": true,
    "paths": {
      "*": ["./*"],
      "react-devtools-core": ["./src/stubs/react-devtools-core.js"]
    },
    "strict": true,
    "target": "ES2024",
    "lib": [
      "ES2024"
    ],
    "skipLibCheck": true,
    "esModuleInterop": true,
    "allowSyntheticDefaultImports": true,
    "jsx": "react-jsx",
    "types": ["bun-types"]
  },
  "include": [
    "src/**/*"
  ]
}
