Skip to content

Commit 3a07c7f

Browse files
authored
chore: upgrade to [email protected] (#14774)
1 parent 5065e24 commit 3a07c7f

File tree

2 files changed

+146
-159
lines changed

2 files changed

+146
-159
lines changed

tsconfig.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"composite": true,
88
"declaration": true,
99
"emitDeclarationOnly": true,
10-
"importsNotUsedAsValues": "error",
1110
"stripInternal": true,
1211

1312
"strict": true,
@@ -23,9 +22,6 @@
2322
"esModuleInterop": false,
2423
"isolatedModules": true,
2524
"skipLibCheck": false,
26-
"resolveJsonModule": true,
27-
28-
// TODO: remove for Jest 30
29-
"ignoreDeprecations": "5.0"
25+
"resolveJsonModule": true
3026
}
3127
}

0 commit comments

Comments
 (0)