UNPKG

@platform/react.ssr

Version:

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

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