Skip to content

Commit 9a4d2c3

Browse files
authored
Merge pull request #860 from GetStream/vishal/ts-fix
fix: type definition directory structure
2 parents 9d3c930 + 6f884ba commit 9a4d2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"allowJs": true,
3131
"checkJs": false
3232
},
33-
"include": ["./src/**/*", "__mocks__"],
33+
"include": ["./src/**/*"],
3434
"exclude": [
3535
"./src/components/docs/*",
3636
"./src/emoji-data/*.js",

0 commit comments

Comments
 (0)