UNPKG

laravel-echo

Version:

Laravel Echo library for beautiful Pusher and Socket.IO integration

9 lines (8 loc) 283 B
{ "extends": "../../tsconfig.base.json", "compilerOptions": { // resolves `/// <reference types="window" />` against ./typings "typeRoots": ["node_modules/@types", "./typings"] }, "include": ["./typings/**/*.ts", "./src/**/*.ts", "./tests/**/*.ts"] }