We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125f9a4 commit 8856e5aCopy full SHA for 8856e5a
apps/react-18-tests-v9/jest.config.js
@@ -9,7 +9,7 @@ module.exports = {
9
globals: {
10
'ts-jest': {
11
tsConfig: '<rootDir>/tsconfig.spec.json',
12
- diagnostics: false,
+ diagnostics: { warnOnly: true, exclude: ['packages/**'] },
13
},
14
15
transform: {
0 commit comments