Skip to content

Commit fd6d57a

Browse files
committed
fix types
1 parent dd0cdcf commit fd6d57a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818
]
1919
},
2020
"include": [
21-
// "./typings/*.ts",
21+
"./typings/",
2222
"./js-src/",
23-
"./node_modules/laravel-echo/typings/",
2423
"./node_modules/laravel-echo/src/"
2524
]
2625
}

typings/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
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

Comments
 (0)