UNPKG

@ehsaneha/react-observable-store

Version:

This is an extension of the `@ehsaneha/observable-store` library specifically tailored for React applications inspired by `zustand` library.

17 lines 399 B
{ "compilerOptions": { "target": "ES6", "module": "ESNext", "jsx": "react", "declaration": true, "outDir": "dist", "esModuleInterop": true, "skipLibCheck": true, "moduleResolution": "node", "forceConsistentCasingInFileNames": true, "strict": true, "noImplicitAny": true, }, "include": ["src"], "exclude": ["node_modules", "dist"] }