fix: ingore the unused errors of libs
This commit is contained in:
parent
4af913cf30
commit
b39825e31a
@ -175,7 +175,11 @@ module.exports = {
|
|||||||
|
|
||||||
// A map from regular expressions to paths to transformers
|
// A map from regular expressions to paths to transformers
|
||||||
transform: {
|
transform: {
|
||||||
'\\.[jt]sx?$': 'ts-jest',
|
'\\.[jt]sx?$': ['ts-jest', {
|
||||||
|
tsconfig: {
|
||||||
|
noUnusedLocals: false,
|
||||||
|
}
|
||||||
|
}]
|
||||||
},
|
},
|
||||||
|
|
||||||
// An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation
|
// An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation
|
||||||
|
Loading…
Reference in New Issue
Block a user