Skip to content

Commit dd0cdcf

Browse files
committed
test
1 parent 5e88076 commit dd0cdcf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
]
1919
},
2020
"include": [
21-
"./typings/*.ts",
22-
"./js-src/*.ts"
21+
// "./typings/*.ts",
22+
"./js-src/",
23+
"./node_modules/laravel-echo/typings/",
24+
"./node_modules/laravel-echo/src/"
2325
]
2426
}

0 commit comments

Comments
 (0)