Skip to content

Commit 52e64ab

Browse files
committed
update tsconfig file
1 parent dac7586 commit 52e64ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "@tsconfig/react-native/tsconfig.json",
3-
"include": ["src/**/*", "./LICENSE", "./Readme.md"],
3+
"include": ["src", "./LICENSE", "./Readme.md"],
44
"exclude": ["node_modules", "dist"],
55
"compilerOptions": {
66
"baseUrl": "./",

0 commit comments

Comments
 (0)