UNPKG

@redocly/portal-plugin-async-api

Version:

Async API plugin for Redocly products

14 lines (13 loc) 281 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "module": "ESNext", "moduleResolution": "node", "jsx": "react-jsx", "baseUrl": "./", "paths": { "@portal/*": ["./node_modules/@redocly/portal/dist/client/app"] } }, "include": ["src"] }