UNPKG

@laravel/echo-react

Version:

React hooks for seamless integration with Laravel Echo.

27 lines (26 loc) 834 B
{ "compilerOptions": { "declaration": true, "declarationDir": "./dist", "emitDeclarationOnly": true, "module": "ES2020", "moduleResolution": "node", "outDir": "./dist", "sourceMap": false, "target": "ES2020", "verbatimModuleSyntax": true, "skipLibCheck": true, "importHelpers": true, "strictPropertyInitialization": false, "allowSyntheticDefaultImports": true, "isolatedModules": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "esModuleInterop": true, "strict": true, "typeRoots": ["node_modules/@types"], "lib": ["dom", "es2020"] }, "include": ["./typings/**/*.ts", "./src/**/*.ts", "./tests/**/*.ts"], "exclude": ["./node_modules"] }