Skip to content

Commit aea2c89

Browse files
Hotellq1b
authored andcommitted
test(react-18-tests-v9): mute TS error reporting from packages/ (microsoft#26324)
1 parent e4fc150 commit aea2c89

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)