Skip to content

Commit 33a4e92

Browse files
committed
Add explicit exclude and include paths to tsconfig
1 parent 6baa283 commit 33a4e92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

template/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"extends": "@react-native/typescript-config"
2+
"extends": "@react-native/typescript-config",
3+
"exclude": ["node_modules"],
4+
"include": ["**/*.ts", "**/*.tsx"]
35
}

0 commit comments

Comments
 (0)