Skip to content

Commit 8856e5a

Browse files
committed
test(react-18-tests-v9): mute TS error reporting from packages/
1 parent 125f9a4 commit 8856e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/react-18-tests-v9/jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
globals: {
1010
'ts-jest': {
1111
tsConfig: '<rootDir>/tsconfig.spec.json',
12-
diagnostics: false,
12+
diagnostics: { warnOnly: true, exclude: ['packages/**'] },
1313
},
1414
},
1515
transform: {

0 commit comments

Comments
 (0)