Using the tsconfig option #2282
-
|
Hi there! I'm having some trouble using the I've also tried including the tag in the globals: With my tsconfig.dev.json set to not report noUnusedLocals, I still see that error stop testing. Also, the link on the option page linked above to see more about the tsconfig option gives me a 404 (https://kulshekhar.github.io/ts-jest/docs/options/options/tsconfig). Can anybody help me try to figure out what else I should try? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The correct doc link is https://kulshekhar.github.io/ts-jest/docs/options/tsconfig Maybe you can clear Jest cache after setting tsconfig ? |
Beta Was this translation helpful? Give feedback.
The correct doc link is https://kulshekhar.github.io/ts-jest/docs/options/tsconfig
Maybe you can clear Jest cache after setting tsconfig ?