UNPKG

@platform/react.ssr

Version:

A lightweight SSR (server-side-rendering) system for react apps bundled with ParcelJS and hosted on S3.

14 lines (13 loc) 284 B
{ "extends": "@platform/ts/tsconfig.json", "include": ["test", "src"], "compilerOptions": { "outDir": "lib.test", "moduleResolution": "node", "skipLibCheck": true, "target": "esnext", "module": "esnext", "jsx": "react", "noUnusedLocals": false } }