{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "module": "ESNext",
    "moduleResolution": "bundler",
    "paths": {
      "@portal/*": ["./node_modules/@redocly/portal/dist/client/app"]
    }
  },
  "include": ["src"]
}
