UNPKG

go-to-top-react

Version:

A lightweight and customizable React component that adds a 'Go to Top' button to your web application.

14 lines 291 B
{ "compilerOptions": { "target": "ES6", "module": "commonjs", "jsx": "react", "esModuleInterop": true, "strict": true, "outDir": "dist", "moduleResolution": "node" }, "exclude": [ "node_modules" ] }