UNPKG

show-hide-lib

Version:

A simple React component to show or hide content dynamically.

15 lines (14 loc) 288 B
{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "jsx": "react", "declaration": true, "outDir": "dist", "moduleResolution": "node", "esModuleInterop": true, "strict": true, "skipLibCheck": true }, "include": ["src"] }