A framework-agnostic, universal document renderer with optional chunked loading polyrender.wisp.place/
at main 9 lines 170 B view raw
1{ 2 "extends": "../../tsconfig.base.json", 3 "compilerOptions": { 4 "outDir": "./dist", 5 "rootDir": "./src", 6 "jsx": "react-jsx" 7 }, 8 "include": ["src/**/*"] 9}