UNPKG

laravel-echo

Version:

Laravel Echo library for beautiful Pusher and Socket.IO integration

27 lines (26 loc) 850 B
{ "compilerOptions": { "declaration": true, "declarationDir": "./dist", "emitDeclarationOnly": true, "module": "ES2020", "moduleResolution": "bundler", "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", "./typings"], "lib": ["dom", "es2020"] }, "include": ["./typings/**/*.ts", "./src/**/*.ts"], "exclude": ["./node_modules", "./tests/**/*.ts"] }