{
  "compilerOptions": {
    "moduleResolution": "node",
    "target": "ES2018",
    "module": "ESNext",
    "lib": ["ES2018", "DOM"],
    "strict": true,
    "sourceMap": true,
    "declaration": false,
    "allowSyntheticDefaultImports": true,
    "baseUrl": ".",
    "paths": {
      "rrweb": ["src/types/rrweb-shim.d.ts"]
    },
    "types": []
  },
  "include": ["src"]
}
