UNPKG

use-broadcast-ts

Version:

Use the Broadcast Channel API in React easily with hooks or Zustand, and Typescript!

19 lines (18 loc) 449 B
{ "compilerOptions": { "module": "esnext", "target": "es2018", "allowSyntheticDefaultImports": true, "jsx": "react", "strict": true, "preserveSymlinks": true, "moduleResolution": "Node", "esModuleInterop": true, "declaration": true, "declarationDir": "dist", "skipLibCheck": true, "removeComments": false, "baseUrl": "." }, "include": ["src", "src/useBroadcast.test.ts"] }