UNPKG

react-wrap-text

Version:

A simple utility to wrap matching substrings in React with custom jsx components

16 lines (15 loc) 324 B
{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "Node", "jsx": "react-jsx", "strict": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "declaration": true, "skipLibCheck": true, "outDir": "dist" }, "include": ["src"] }