{
  "extends": "../../tsconfig.base.json",
  "compilerOptions": {
    "lib": ["es2023"],
    "module": "commonjs",
    "target": "es2022",
    "esModuleInterop": true,
    "jsx": "react-jsx",
    "jsxImportSource": "preact",
    "types": ["node", "notifications/src/jsx"]
  },
  "$comment": "Including the notifications directory is required for the `tsx` command to compile JSX correctly (per the JSX config above) in the notifications directory, because it does not attempt to read the tsconfig.json file in that directory",
  "include": ["src/**/*", "scripts/**/*", "../notifications/src/**/*"]
}
