mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Ignore esModuleInterop diagnostic message from ts-jest
This commit is contained in:
parent
e9892524ed
commit
d4f6ec84e1
1 changed files with 7 additions and 0 deletions
|
@ -71,6 +71,13 @@
|
|||
],
|
||||
"moduleNameMapper": {
|
||||
"@src/(.*)": "<rootDir>/src/$1"
|
||||
},
|
||||
"globals": {
|
||||
"ts-jest": {
|
||||
"diagnostics": {
|
||||
"ignoreCodes": [151001]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"author": "Colin Caine",
|
||||
|
|
Loading…
Add table
Reference in a new issue