Skip to content

Commit 4fc66e8

Browse files
committed
Revert tsconfig changes
1 parent 65c1590 commit 4fc66e8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tsconfig.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
// This matters for the generated CJS and ESM file, UMD file is down-leveled further to support IE11
2121
// (only the syntax, URL, URLSearchParams, fetch is not IE11 compatible) with the help of Babel.
2222
"target": "es2022",
23-
"lib": ["ES2022", "dom"],
24-
// Jest global types really shouldn't be here, but for now it must
25-
"types": ["jest"],
23+
"lib": ["ESNext", "dom"],
2624
"strict": true,
2725
"noImplicitReturns": true
2826
}

0 commit comments

Comments
 (0)