We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0cdcf commit fd6d57aCopy full SHA for fd6d57a
tsconfig.json
@@ -18,9 +18,8 @@
18
]
19
},
20
"include": [
21
- // "./typings/*.ts",
+ "./typings/",
22
"./js-src/",
23
- "./node_modules/laravel-echo/typings/",
24
"./node_modules/laravel-echo/src/"
25
26
}
typings/index.d.ts
@@ -1 +1,5 @@
1
declare const axios: import('axios').AxiosStatic;
2
+declare const Pusher: any;
3
+declare const io: any;
4
+declare const Vue: any;
5
+declare const jQuery: any;
0 commit comments