Skip to content

Commit bb6acf9

Browse files
committed
update tsconfig.build.json
1 parent c3a3551 commit bb6acf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-native-version-check-expo/tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"strict": false
1212
},
1313
"include": ["src/**/*"],
14-
"exclude": ["src/**/__tests__/**", "src/**/*.test.*"]
14+
"exclude": ["**/__tests__/**", "**/*.test.*", "**/*.spec.*"]
1515
}

packages/react-native-version-check/tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"strict": false
1212
},
1313
"include": ["src/**/*"],
14-
"exclude": ["src/**/__tests__/**", "src/**/*.test.*"]
14+
"exclude": ["**/__tests__/**", "**/*.test.*", "**/*.spec.*"]
1515
}

0 commit comments

Comments
 (0)