{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "strict": true, "jsx": "react-jsx", "skipLibCheck": true, "baseUrl": ".", "paths": { "mizan": ["../../../frontends/mizan-react/src/index.ts"], "mizan/channels": ["../../../frontends/mizan-react/src/channels/index.ts"], "mizan/client": ["../../../frontends/mizan-react/src/client/index.ts"], "mizan/client/react": ["../../../frontends/mizan-react/src/client/react.ts"], "mizan/jwt": ["../../../frontends/mizan-react/src/jwt/index.ts"] } }, "include": ["src"] }