UNPKG

react-tately

Version:

Minimal, powerful global state manager for React

16 lines (15 loc) 353 B
{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "lib": ["DOM", "ESNext"], "jsx": "react-jsx", "moduleResolution": "node", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "declaration": true, "outDir": "dist" }, "include": ["src"] }