Skip to content

Commit 2b95dfb

Browse files
committed
Revert tsconfig changes
1 parent bb27a99 commit 2b95dfb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
// This matters for the generated CJS and ESM file, UMD file is down-leveled further to support IE11
2323
// (only the syntax, URL, URLSearchParams, fetch is not IE11 compatible) with the help of Babel.
2424
"target": "es2022",
25-
"lib": ["ES2022", "dom"],
26-
// Jest global types really shouldn't be here, but for now it must
27-
"types": ["jest"],
25+
"lib": ["ESNext", "dom"],
2826
"strict": true,
2927
"noImplicitReturns": true
3028
},

0 commit comments

Comments
 (0)