UNPKG

react-uzprogers-textstyle

Version:

Reusable text style components for React projects, with built-in support for Tailwind and design tokens.

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