{
  "compilerOptions": {
    "target": "ES6",
    "module": "ES6",
    "moduleResolution": "Node",
    "esModuleInterop": true,
    "useDefineForClassFields": true,
    "jsx": "react-jsx",
    "skipLibCheck": true,
    "lib": ["ES2023", "DOM"],
  },
  "include": ["source/*"],
  "typedocOptions": {
    "name": "MobX RESTful table",
    "excludeExternals": true,
    "excludePrivate": true,
    "readme": "./ReadMe.md",
    "plugin": ["typedoc-plugin-mdn-links"],
  },
}
