We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36399d commit 8b0ad53Copy full SHA for 8b0ad53
package.json
@@ -53,7 +53,17 @@
53
"<rootDir>/src"
54
],
55
"transform": {
56
- "^.+\\.tsx?$": "ts-jest"
+ "^.+\\.tsx?$": [
57
+ "ts-jest",
58
+ {
59
+ "diagnostics": {
60
+ "ignoreCodes": [
61
+ "TS2554",
62
+ "TS2345"
63
+ ]
64
+ }
65
66
67
},
68
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$",
69
"moduleFileExtensions": [
@@ -63,17 +73,7 @@
73
"jsx",
74
"json",
75
"node"
- ],
- "globals": {
- "ts-jest": {
- "diagnostics": {
70
- "ignoreCodes": [
71
- "TS2554",
72
- "TS2345"
- ]
- }
76
77
78
"eslintConfig": {
79
"root": true,
0 commit comments